Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dserial.h84 #define SER_INT_SIGMASK (SER_MASK_DELTA | SER_MASK_STATE) macro
/freebsd-9-stable/sys/dev/uart/
Duart_tty.c335 sig = pend & SER_INT_SIGMASK; in uart_tty_intr()
Duart_core.c218 new |= sig & SER_INT_SIGMASK; in uart_intr_sigchg()