Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dserial_core.h115 typedef unsigned int __bitwise__ upstat_t; typedef
223 upstat_t status;
225 #define UPSTAT_CTS_ENABLE ((__force upstat_t) (1 << 0))
226 #define UPSTAT_DCD_ENABLE ((__force upstat_t) (1 << 1))
227 #define UPSTAT_AUTORTS ((__force upstat_t) (1 << 2))
228 #define UPSTAT_AUTOCTS ((__force upstat_t) (1 << 3))
229 #define UPSTAT_AUTOXOFF ((__force upstat_t) (1 << 4))
412 upstat_t mask = UPSTAT_CTS_ENABLE | UPSTAT_AUTOCTS; in uart_softcts_mode()
/linux-4.4.14/drivers/tty/serial/
Dserial_core.c638 upstat_t mask = 0; in uart_throttle()
661 upstat_t mask = 0; in uart_unthrottle()