Searched refs:PORT_16550A (Results 1 – 25 of 30) sorted by relevance
12
| /Linux-v5.4/include/uapi/linux/ |
| D | serial.h | 54 #define PORT_16550A 4 macro
|
| D | serial_core.h | 33 #define PORT_16550A 4 macro
|
| /Linux-v5.4/drivers/tty/serial/8250/ |
| D | 8250_dwlib.c | 114 p->type = PORT_16550A; in dw8250_setup_port()
|
| D | 8250_lpc18xx.c | 166 uart.port.type = PORT_16550A; in lpc18xx_serial_probe()
|
| D | 8250_uniphier.c | 216 up.port.type = PORT_16550A; in uniphier_uart_probe()
|
| D | 8250_ingenic.c | 234 uart.port.type = PORT_16550A; in ingenic_uart_probe()
|
| D | 8250_of.c | 325 { .compatible = "ns16550a", .data = (void *)PORT_16550A, },
|
| D | 8250_port.c | 82 [PORT_16550A] = { 1001 up->port.type = PORT_16550A; in autoconfig_16550a() 1146 if (up->port.type == PORT_16550A && size_fifo(up) == 64) { in autoconfig_16550a() 1282 if (port->type == PORT_16550A && up->probe & UART_PROBE_RSA && in autoconfig() 1318 if (port->type == PORT_16550A && port->iotype == UPIO_PORT) in autoconfig() 3002 if (port->type == PORT_16550A && port->iotype == UPIO_AU) in serial8250_config_port()
|
| D | 8250_lpss.c | 307 uart.port.type = PORT_16550A; in lpss8250_probe()
|
| D | 8250_aspeed_vuart.c | 385 port.port.type = PORT_16550A; in aspeed_vuart_probe()
|
| /Linux-v5.4/arch/mips/pmcs-msp71xx/ |
| D | msp_serial.c | 114 up.type = PORT_16550A; in msp_serial_setup()
|
| /Linux-v5.4/drivers/tty/ |
| D | mxser.c | 718 if ((info->type == PORT_16550A) || (info->board->chip_flag)) { in mxser_change_speed() 725 if (info->type != PORT_16550A && in mxser_change_speed() 739 if ((info->type != PORT_16550A) && in mxser_change_speed() 835 if ((port->type != PORT_16550A) && in mxser_check_modem_status() 848 if (port->type != PORT_16550A && in mxser_check_modem_status() 1126 (info->type == PORT_16550A) || in mxser_write() 1157 (info->type == PORT_16550A) || in mxser_put_char() 1176 (tty->hw_stopped && info->type != PORT_16550A && in mxser_flush_chars() 1629 if (ip->type == PORT_16550A) in mxser_ioctl_special() 2178 (port->type != PORT_16550A) && in mxser_transmit_chars() [all …]
|
| D | moxa.c | 839 p->type = PORT_16550A; in moxa_init_board() 1188 MoxaSetFifo(ch, ch->type == PORT_16550A); in moxa_open() 2074 MoxaSetFifo(info, ss->type == PORT_16550A); in moxa_set_serial_info()
|
| /Linux-v5.4/arch/arm/mach-cns3xxx/ |
| D | cns3420vb.c | 101 .type = PORT_16550A, in cns3420_early_serial_setup()
|
| /Linux-v5.4/arch/mips/netlogic/xlr/ |
| D | platform.c | 68 .type = PORT_16550A, \
|
| /Linux-v5.4/arch/mips/loongson32/common/ |
| D | platform.c | 29 .type = PORT_16550A, \
|
| /Linux-v5.4/arch/mips/rb532/ |
| D | devices.c | 221 .type = PORT_16550A,
|
| /Linux-v5.4/drivers/parisc/ |
| D | superio.c | 392 serial_port.type = PORT_16550A; in superio_serial_init()
|
| /Linux-v5.4/drivers/usb/serial/ |
| D | opticon.c | 337 ss->type = PORT_16550A; in get_serial_info()
|
| D | f81232.c | 701 ss->type = PORT_16550A; in f81232_get_serial_info()
|
| D | f81534.c | 1153 ss->type = PORT_16550A; in f81534_get_serial_info()
|
| D | ti_usb_3410_5052.c | 1409 ss->type = PORT_16550A; in ti_get_serial_info()
|
| /Linux-v5.4/arch/mips/alchemy/common/ |
| D | platform.c | 59 .type = PORT_16550A, \
|
| /Linux-v5.4/drivers/tty/serial/ |
| D | sunsu.c | 1114 up->port.type = PORT_16550A; in sunsu_autoconfig() 1117 if (up->port.type == PORT_16550A) { in sunsu_autoconfig() 1128 if (up->port.type == PORT_16550A) { in sunsu_autoconfig()
|
| /Linux-v5.4/drivers/staging/greybus/ |
| D | uart.c | 624 ss->type = PORT_16550A; in get_serial_info()
|
12