Searched refs:PORT_16550A (Results 1 – 28 of 28) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | serial.h | 53 #define PORT_16550A 4 macro
|
D | serial_core.h | 32 #define PORT_16550A 4 macro
|
/linux-4.1.27/arch/arm/mach-gemini/ |
D | devices.c | 29 .type = PORT_16550A,
|
/linux-4.1.27/arch/mips/pmcs-msp71xx/ |
D | msp_serial.c | 114 up.type = PORT_16550A; in msp_serial_setup()
|
/linux-4.1.27/drivers/tty/ |
D | mxser.c | 716 if ((info->type == PORT_16550A) || (info->board->chip_flag)) { in mxser_change_speed() 723 if (info->type != PORT_16550A && in mxser_change_speed() 737 if ((info->type != PORT_16550A) && in mxser_change_speed() 838 if ((port->type != PORT_16550A) && in mxser_check_modem_status() 851 if (port->type != PORT_16550A && in mxser_check_modem_status() 1129 (info->type == PORT_16550A) || in mxser_write() 1160 (info->type == PORT_16550A) || in mxser_put_char() 1179 (tty->hw_stopped && info->type != PORT_16550A && in mxser_flush_chars() 1618 if (ip->type == PORT_16550A) in mxser_ioctl_special() 2182 (port->type != PORT_16550A) && in mxser_transmit_chars() [all …]
|
D | moxa.c | 852 p->type = PORT_16550A; in moxa_init_board() 1201 MoxaSetFifo(ch, ch->type == PORT_16550A); in moxa_open() 2074 MoxaSetFifo(info, new_serial.type == PORT_16550A); in moxa_set_serial_info()
|
/linux-4.1.27/arch/arm/mach-cns3xxx/ |
D | cns3420vb.c | 104 .type = PORT_16550A, in cns3420_early_serial_setup()
|
/linux-4.1.27/arch/mips/loongson1/common/ |
D | platform.c | 29 .type = PORT_16550A, \
|
/linux-4.1.27/arch/mips/netlogic/xlr/ |
D | platform.c | 68 .type = PORT_16550A, \
|
/linux-4.1.27/arch/mips/rb532/ |
D | devices.c | 226 .type = PORT_16550A,
|
/linux-4.1.27/drivers/tty/serial/ |
D | of_serial.c | 328 { .compatible = "ns16550a", .data = (void *)PORT_16550A, },
|
D | sunsu.c | 1113 up->port.type = PORT_16550A; in sunsu_autoconfig() 1116 if (up->port.type == PORT_16550A) { in sunsu_autoconfig() 1127 if (up->port.type == PORT_16550A) { in sunsu_autoconfig()
|
D | sn_console.c | 823 sal_console_port.sc_port.type = PORT_16550A; in sn_sal_module_init()
|
D | ioc3_serial.c | 1943 the_port->type = PORT_16550A; in ioc3_serial_core_attach()
|
D | ioc4_serial.c | 2745 the_port->type = PORT_16550A; in ioc4_serial_core_attach()
|
/linux-4.1.27/drivers/parisc/ |
D | superio.c | 396 serial_port.type = PORT_16550A; in superio_serial_init()
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_tty_ioctl.c | 269 info.type = PORT_16550A; in ircomm_tty_get_serial_info()
|
/linux-4.1.27/arch/mips/alchemy/common/ |
D | platform.c | 59 .type = PORT_16550A, \
|
/linux-4.1.27/drivers/usb/serial/ |
D | opticon.c | 345 tmp.type = PORT_16550A; in get_serial_info()
|
D | f81232.c | 597 ser.type = PORT_16550A; in f81232_get_serial_info()
|
D | ti_usb_3410_5052.c | 1232 ret_serial.type = PORT_16550A; in ti_get_serial_info()
|
D | mos7720.c | 1846 tmp.type = PORT_16550A; in get_serial_info()
|
D | mos7840.c | 1964 tmp.type = PORT_16550A; in mos7840_get_serial_info()
|
D | io_ti.c | 2331 tmp.type = PORT_16550A; in get_serial_info()
|
D | io_edgeport.c | 1564 tmp.type = PORT_16550A; in get_serial_info()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_core.c | 159 [PORT_16550A] = { 954 up->port.type = PORT_16550A; in autoconfig_16550a() 1132 if (up->port.type == PORT_16550A && size_fifo(up) == 64) { in autoconfig_16550a() 1268 if (port->type == PORT_16550A && up->probe & UART_PROBE_RSA && in autoconfig() 3054 if (port->type == PORT_16550A && port->iotype == UPIO_AU) in serial8250_config_port()
|
D | 8250_dw.c | 290 p->type = PORT_16550A; in dw8250_setup_port()
|
D | 8250_pci.c | 1501 port->port.type = PORT_16550A; in byt_serial_setup() 1937 port->port.type = PORT_16550A; in pci_wch_ch353_setup()
|