Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dserial.h82 #define SER_INT_MASK 0xff0000 macro
/freebsd/sys/dev/uart/
H A Duart_tty.c329 if (!(pend & SER_INT_MASK)) in uart_tty_intr()
H A Duart_core.c277 if ((old & SER_INT_MASK) == 0) in uart_sched_softih()