Searched refs:upstat_t (Results 1 – 2 of 2) sorted by relevance
427 typedef unsigned int __bitwise upstat_t; typedef551 upstat_t status;553 #define UPSTAT_CTS_ENABLE ((__force upstat_t) (1 << 0))554 #define UPSTAT_DCD_ENABLE ((__force upstat_t) (1 << 1))555 #define UPSTAT_AUTORTS ((__force upstat_t) (1 << 2))556 #define UPSTAT_AUTOCTS ((__force upstat_t) (1 << 3))557 #define UPSTAT_AUTOXOFF ((__force upstat_t) (1 << 4))558 #define UPSTAT_SYNC_FIFO ((__force upstat_t) (1 << 5))1016 upstat_t mask = UPSTAT_CTS_ENABLE | UPSTAT_AUTOCTS; in uart_softcts_mode()
732 upstat_t mask = UPSTAT_SYNC_FIFO; in uart_throttle()761 upstat_t mask = UPSTAT_SYNC_FIFO; in uart_unthrottle()