Home
last modified time | relevance | path

Searched refs:SER_INT_SIGMASK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dserial.h83 #define SER_INT_SIGMASK (SER_MASK_DELTA | SER_MASK_STATE) macro
/freebsd/sys/dev/uart/
H A Duart_tty.c359 sig = pend & SER_INT_SIGMASK; in uart_tty_intr()
H A Duart_core.c399 new |= sig & SER_INT_SIGMASK; in uart_intr_sigchg()