Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDserial.h52 #define SER_MASK_STATE 0x00ff macro
66 #define SER_MASK_DELTA SER_DELTA(SER_MASK_STATE)
84 #define SER_INT_SIGMASK (SER_MASK_DELTA | SER_MASK_STATE)
/trueos/sys/dev/uart/
HDuart_core.c223 new = old & ~SER_MASK_STATE; in uart_intr_sigchg()