Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/8250/
D8250_aspeed_vuart.c333 port.port.status = UPSTAT_SYNC_FIFO; in aspeed_vuart_probe()
/Linux-v4.19/include/linux/
Dserial_core.h243 #define UPSTAT_SYNC_FIFO ((__force upstat_t) (1 << 5)) macro
/Linux-v4.19/drivers/tty/serial/
Dserial_core.c684 upstat_t mask = UPSTAT_SYNC_FIFO; in uart_throttle()
713 upstat_t mask = UPSTAT_SYNC_FIFO; in uart_unthrottle()