Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dserial_core.h426 typedef unsigned int __bitwise upstat_t; typedef
547 upstat_t status;
549 #define UPSTAT_CTS_ENABLE ((__force upstat_t) (1 << 0))
550 #define UPSTAT_DCD_ENABLE ((__force upstat_t) (1 << 1))
551 #define UPSTAT_AUTORTS ((__force upstat_t) (1 << 2))
552 #define UPSTAT_AUTOCTS ((__force upstat_t) (1 << 3))
553 #define UPSTAT_AUTOXOFF ((__force upstat_t) (1 << 4))
554 #define UPSTAT_SYNC_FIFO ((__force upstat_t) (1 << 5))
891 upstat_t mask = UPSTAT_CTS_ENABLE | UPSTAT_AUTOCTS; in uart_softcts_mode()
/linux-6.3-rc2/drivers/tty/serial/
A Dserial_core.c702 upstat_t mask = UPSTAT_SYNC_FIFO; in uart_throttle()
731 upstat_t mask = UPSTAT_SYNC_FIFO; in uart_unthrottle()

Completed in 12 milliseconds