Symbol: PORT_16550A
arch/mips/alchemy/common/platform.c
59
.type = PORT_16550A, \
arch/mips/rb532/devices.c
215
.type = PORT_16550A,
drivers/parisc/superio.c
392
serial_port.type = PORT_16550A;
drivers/ptp/ptp_ocp.c
2291
uart.port.type = PORT_16550A;
drivers/tty/moxa.c
1241
MoxaSetFifo(ch, ch->type == PORT_16550A);
drivers/tty/moxa.c
2112
MoxaSetFifo(info, ss->type == PORT_16550A);
drivers/tty/moxa.c
968
p->type = PORT_16550A;
drivers/tty/mxser.c
1716
info->type = PORT_16550A;
drivers/tty/mxser.c
413
return info->type == PORT_16550A || info->board->must_hwid;
drivers/tty/serial/8250/8250_dwlib.c
288
p->type = PORT_16550A;
drivers/tty/serial/8250/8250_fsl.c
137
port8250.port.type = PORT_16550A;
drivers/tty/serial/8250/8250_ingenic.c
256
uart.port.type = PORT_16550A;
drivers/tty/serial/8250/8250_ioc3.c
62
up.port.type = PORT_16550A;
drivers/tty/serial/8250/8250_loongson.c
127
port->type = PORT_16550A;
drivers/tty/serial/8250/8250_lpc18xx.c
144
uart.port.type = PORT_16550A;
drivers/tty/serial/8250/8250_lpss.c
338
uart.port.type = PORT_16550A;
drivers/tty/serial/8250/8250_ni.c
321
uart->port.type = PORT_16550A;
drivers/tty/serial/8250/8250_of.c
334
{ .compatible = "ns16550a", .data = (void *)PORT_16550A, },
drivers/tty/serial/8250/8250_pci.c
1910
port->port.type = PORT_16550A;
drivers/tty/serial/8250/8250_pci.c
1923
port->port.type = PORT_16550A;
drivers/tty/serial/8250/8250_platform.c
137
uart->port.type = PORT_16550A;
drivers/tty/serial/8250/8250_port.c
1055
if (up->port.type == PORT_16550A && size_fifo(up) == 64) {
drivers/tty/serial/8250/8250_port.c
1206
if (port->type == PORT_16550A && port->iotype == UPIO_PORT)
drivers/tty/serial/8250/8250_port.c
66
[PORT_16550A] = {
drivers/tty/serial/8250/8250_port.c
916
up->port.type = PORT_16550A;
drivers/tty/serial/8250/8250_rsa.c
196
if (up->port.type != PORT_16550A)
drivers/tty/serial/8250/8250_uniphier.c
207
up.port.type = PORT_16550A;
drivers/tty/serial/sunsu.c
1081
up->port.type = PORT_16550A;
drivers/tty/serial/sunsu.c
1084
if (up->port.type == PORT_16550A) {
drivers/tty/serial/sunsu.c
1095
if (up->port.type == PORT_16550A) {