Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ic/
H A Dns16550.h63 #define IIR_RLS 0x6 macro
/freebsd-13.1/sys/mips/cavium/
H A Duart_dev_oct16550.c92 if (iir == IIR_RLS) in oct16550_clrint()
612 if (iir == IIR_RLS) { in oct16550_bus_ipend()
/freebsd-13.1/usr.sbin/bhyve/
H A Duart_emul.c337 return (IIR_RLS); in uart_intr_reason()
/freebsd-13.1/sys/dev/uart/
H A Duart_dev_ns8250.c95 if (iir == IIR_RLS) { in ns8250_clrint()