Home
last modified time | relevance | path

Searched refs:IIR_RXTOUT (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/ic/
H A Dns16550.h61 #define IIR_RXTOUT 0xc macro
/freebsd-13.1/sys/mips/cavium/
H A Duart_dev_oct16550.c94 else if (iir == IIR_RXRDY || iir == IIR_RXTOUT) in oct16550_clrint()
624 } else if (iir == IIR_RXTOUT) { in oct16550_bus_ipend()
/freebsd-13.1/usr.sbin/bhyve/
H A Duart_emul.c339 return (IIR_RXTOUT); in uart_intr_reason()
/freebsd-13.1/sys/dev/uart/
H A Duart_dev_ns8250.c99 } else if (iir == IIR_RXRDY || iir == IIR_RXTOUT) in ns8250_clrint()