Home
last modified time | relevance | path

Searched refs:PORT_16550A (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dserial.h54 #define PORT_16550A 4 macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_ioc3.c62 up.port.type = PORT_16550A; in serial8250_ioc3_probe()
H A D8250_fsl.c136 port8250.port.type = PORT_16550A; in fsl8250_acpi_probe()
H A D8250_lpc18xx.c155 uart.port.type = PORT_16550A; in lpc18xx_serial_probe()
H A D8250_uniphier.c216 up.port.type = PORT_16550A; in uniphier_uart_probe()
H A D8250_dwlib.c294 p->type = PORT_16550A; in dw8250_setup_port()
H A D8250_of.c319 { .compatible = "ns16550a", .data = (void *)PORT_16550A, },
H A D8250_ingenic.c260 uart.port.type = PORT_16550A; in ingenic_uart_probe()
H A D8250_lpss.c341 uart.port.type = PORT_16550A; in lpss8250_probe()
H A D8250_port.c78 [PORT_16550A] = {
989 up->port.type = PORT_16550A; in autoconfig_16550a()
1142 if (up->port.type == PORT_16550A && size_fifo(up) == 64) { in autoconfig_16550a()
1279 if (port->type == PORT_16550A && up->probe & UART_PROBE_RSA && in autoconfig()
1312 if (port->type == PORT_16550A && port->iotype == UPIO_PORT) in autoconfig()
H A D8250_pci.c1809 port->port.type = PORT_16550A; in pci_wch_ch353_setup()
1819 port->port.type = PORT_16550A; in pci_wch_ch355_setup()
/openbmc/linux/arch/mips/loongson32/common/
H A Dplatform.c28 .type = PORT_16550A, \
/openbmc/linux/arch/mips/rb532/
H A Ddevices.c214 .type = PORT_16550A,
/openbmc/linux/drivers/parisc/
H A Dsuperio.c392 serial_port.type = PORT_16550A; in superio_serial_init()
/openbmc/linux/arch/mips/alchemy/common/
H A Dplatform.c59 .type = PORT_16550A, \
/openbmc/linux/drivers/tty/serial/
H A Dsunsu.c1104 up->port.type = PORT_16550A; in sunsu_autoconfig()
1107 if (up->port.type == PORT_16550A) { in sunsu_autoconfig()
1118 if (up->port.type == PORT_16550A) { in sunsu_autoconfig()
/openbmc/linux/drivers/tty/
H A Dmoxa.c1139 p->type = PORT_16550A; in moxa_init_board()
1486 MoxaSetFifo(ch, ch->type == PORT_16550A); in moxa_open()
2373 MoxaSetFifo(info, ss->type == PORT_16550A); in moxa_set_serial_info()
H A Dmxser.c416 return info->type == PORT_16550A || info->board->must_hwid; in mxser_16550A_or_MUST()
1772 info->type = PORT_16550A; in mxser_initbrd()
/openbmc/linux/drivers/ptp/
H A Dptp_ocp.c2055 uart.port.type = PORT_16550A; in ptp_ocp_serial_line()