Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dserial_core.h428 typedef unsigned int __bitwise upstat_t; typedef
560 upstat_t status;
562 #define UPSTAT_CTS_ENABLE ((__force upstat_t) (1 << 0))
563 #define UPSTAT_DCD_ENABLE ((__force upstat_t) (1 << 1))
564 #define UPSTAT_AUTORTS ((__force upstat_t) (1 << 2))
565 #define UPSTAT_AUTOCTS ((__force upstat_t) (1 << 3))
566 #define UPSTAT_AUTOXOFF ((__force upstat_t) (1 << 4))
567 #define UPSTAT_SYNC_FIFO ((__force upstat_t) (1 << 5))
1148 upstat_t mask = UPSTAT_CTS_ENABLE | UPSTAT_AUTOCTS; in uart_softcts_mode()
/linux/drivers/tty/serial/
H A Dserial_core.c735 upstat_t mask = UPSTAT_SYNC_FIFO; in uart_throttle()
764 upstat_t mask = UPSTAT_SYNC_FIFO; in uart_unthrottle()