Home
last modified time | relevance | path

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

/freebsd/sys/dev/ic/
H A Dns16550.h45 #define IER_ERLS 0x4 macro
/freebsd/usr.sbin/bhyve/
H A Duart_emul.c148 if ((sc->lsr & LSR_OE) != 0 && (sc->ier & IER_ERLS) != 0) in uart_intr_reason()
/freebsd/sys/dev/uart/
H A Duart_dev_ns8250.c600 ivar = IER_EMSC | IER_ERLS | IER_ERXRDY; in ns8250_bus_attach()