Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dserial.h51 #define SER_MASK_STATE 0x00ff macro
65 #define SER_MASK_DELTA SER_DELTA(SER_MASK_STATE)
83 #define SER_INT_SIGMASK (SER_MASK_DELTA | SER_MASK_STATE)
/freebsd/sys/dev/uart/
H A Duart_core.c398 new = old & ~SER_MASK_STATE; in uart_intr_sigchg()