Home
last modified time | relevance | path

Searched refs:UPF_NO_THRE_TEST (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/tty/serial/8250/
H A D8250_aspeed_vuart.c452 UPF_NO_THRE_TEST; in aspeed_vuart_probe()
H A D8250_port.c2159 if (up->port.flags & UPF_NO_THRE_TEST) in serial8250_THRE_test()
/linux/include/linux/
H A Dserial_core.h529 #define UPF_NO_THRE_TEST ((__force upf_t) BIT_ULL(19)) macro