Searched refs:IIR_TXRDY (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/sys/dev/ic/
H A Di8251.h98 #define IIR_TXRDY 0x02 /* Transmitter ready */ macro
H A Dns16550.h58 #define IIR_TXRDY 0x2 macro
/freebsd-10.2-release/usr.sbin/bhyve/
H A Duart_emul.c292 return (IIR_TXRDY);
527 if (intr_reason == IIR_TXRDY)
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dser-go32.c75 #define IIR_TXRDY 0x2 /* transmit ready */ macro
341 case IIR_TXRDY:
/freebsd-10.2-release/sys/mips/cavium/
H A Duart_dev_oct16550.c627 } else if (iir == IIR_TXRDY) {
/freebsd-10.2-release/sys/dev/uart/
H A Duart_dev_lpc.c658 if (iir & IIR_TXRDY) {
H A Duart_dev_ns8250.c647 if (iir & IIR_TXRDY) {
/freebsd-10.2-release/sys/dev/sio/
H A Dsio.c665 * so we probe for a buggy IIR_TXRDY implementation even in the
677 /* IIR_TXRDY should be clear. Is it? */
679 if (failures[6] & IIR_TXRDY) {
732 failures[4] = (sio_getreg(com, com_iir) & IIR_IMASK) - IIR_TXRDY;
1073 printf(" with a buggy IIR_TXRDY implementation");
/freebsd-10.2-release/sys/pc98/cbus/
H A Dsio.c141 * 0x00080000 IIR_TXRDY bug
1134 * so we probe for a buggy IIR_TXRDY implementation even in the
1146 /* IIR_TXRDY should be clear. Is it? */
1148 if (failures[6] & IIR_TXRDY) {
1193 failures[4] = (sio_getreg(com, com_iir) & IIR_IMASK) - IIR_TXRDY;
1718 printf(" with a buggy IIR_TXRDY implementation");

Completed in 78 milliseconds