Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserial_core.h484 #define UPQ_NO_TXEN_TEST BIT(0) macro
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_core.c488 up->port.quirks |= skip_txen_test ? UPQ_NO_TXEN_TEST : 0; in serial8250_apply_quirks()
H A D8250_port.c2403 if (up->port.quirks & UPQ_NO_TXEN_TEST) in serial8250_do_startup()
H A D8250_pci.c1741 port->port.quirks |= UPQ_NO_TXEN_TEST; in skip_tx_en_setup()