Home
last modified time | relevance | path

Searched refs:UPF_FOURPORT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/tty/serial/8250/
H A D8250_fourport.c13 SERIAL8250_PORT_FLAGS(_base, _irq, UPF_FOURPORT)
H A D8250_port.c1333 if (port->flags & UPF_FOURPORT) { in autoconfig_irq()
1352 if (port->flags & UPF_FOURPORT) { in autoconfig_irq()
1376 if (port->flags & UPF_FOURPORT) in autoconfig_irq()
2381 if (up->port.flags & UPF_FOURPORT) { in serial8250_do_startup()
2463 if (port->flags & UPF_FOURPORT) { in serial8250_do_startup()
2508 if (port->flags & UPF_FOURPORT) { in serial8250_do_shutdown()
/openbmc/linux/drivers/tty/serial/
H A Dsunsu.c701 if (up->port.flags & UPF_FOURPORT) { in sunsu_startup()
735 if (up->port.flags & UPF_FOURPORT) { in sunsu_shutdown()
/openbmc/linux/include/linux/
H A Dserial_core.h505 #define UPF_FOURPORT ((__force upf_t) ASYNC_FOURPORT /* 1 */ ) macro