Home
last modified time | relevance | path

Searched refs:upstat_t (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dserial_core.h115 typedef unsigned int __bitwise upstat_t; typedef
236 upstat_t status;
238 #define UPSTAT_CTS_ENABLE ((__force upstat_t) (1 << 0))
239 #define UPSTAT_DCD_ENABLE ((__force upstat_t) (1 << 1))
240 #define UPSTAT_AUTORTS ((__force upstat_t) (1 << 2))
241 #define UPSTAT_AUTOCTS ((__force upstat_t) (1 << 3))
242 #define UPSTAT_AUTOXOFF ((__force upstat_t) (1 << 4))
243 #define UPSTAT_SYNC_FIFO ((__force upstat_t) (1 << 5))
454 upstat_t mask = UPSTAT_CTS_ENABLE | UPSTAT_AUTOCTS; in uart_softcts_mode()
/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()