/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * Copyright (C) 2000 Deep Blue Solutions Ltd.
*/ #ifndef _UAPILINUX_SERIAL_CORE_H #define _UAPILINUX_SERIAL_CORE_H
#include <linux/serial.h>
/* * The type definitions. These are from Ted Ts'o's serial.h * By historical reasons the values from 0 to 13 are defined * in the include/uapi/linux/serial.h, do not define them here. * Values 0 to 19 are used by setserial from busybox and must never * be modified.
*/ #define PORT_NS16550A 14 #define PORT_XSCALE 15 #define PORT_RM9000 16/* PMC-Sierra RM9xxx internal UART */ #define PORT_OCTEON 17/* Cavium OCTEON internal UART */ #define PORT_AR7 18/* Texas Instruments AR7 internal UART */ #define PORT_U6_16550A 19/* ST-Ericsson U6xxx internal UART */ #define PORT_TEGRA 20/* NVIDIA Tegra internal UART */ #define PORT_XR17D15X 21/* Exar XR17D15x UART */ #define PORT_LPC3220 22/* NXP LPC32xx SoC "Standard" UART */ #define PORT_8250_CIR 23/* CIR infrared port, has its own driver */ #define PORT_XR17V35X 24/* Exar XR17V35x UARTs */ #define PORT_BRCM_TRUMANAGE 25 #define PORT_ALTR_16550_F32 26/* Altera 16550 UART with 32 FIFOs */ #define PORT_ALTR_16550_F64 27/* Altera 16550 UART with 64 FIFOs */ #define PORT_ALTR_16550_F128 28/* Altera 16550 UART with 128 FIFOs */ #define PORT_RT2880 29/* Ralink RT2880 internal UART */ #define PORT_16550A_FSL64 30/* Freescale 16550 UART with 64 FIFOs */
/* * ARM specific type numbers. These are not currently guaranteed * to be implemented, and will change in the future. These are * separate so any additions to the old serial.c that occur before * we are merged can be easily merged here.
*/ #define PORT_PXA 31 #define PORT_AMBA 32 #define PORT_CLPS711X 33 #define PORT_SA1100 34 #define PORT_UART00 35 #define PORT_OWL 36 #define PORT_21285 37
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.