Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_aspeed_vuart.c403 port.port.status = UPSTAT_SYNC_FIFO; in aspeed_vuart_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h234 #define UPSTAT_SYNC_FIFO ((__force upstat_t) (1 << 5)) macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c707 upstat_t mask = UPSTAT_SYNC_FIFO; in uart_throttle()
736 upstat_t mask = UPSTAT_SYNC_FIFO; in uart_unthrottle()