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

/freebsd-11-stable/sys/mips/nlm/hal/
H A Duart.h84 #define IER_ERXRDY 0x1 macro
183 nlm_write_uart_reg(base, UART_INT_EN, IER_ERXRDY | IER_ETXRDY);
/freebsd-11-stable/sys/dev/ic/
H A Dns16550.h44 #define IER_ERXRDY 0x1 macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-go32.c63 #define IER_ERXRDY 0x1 /* int on rx ready */ macro
552 outb (port, com_ier, IER_ETXRDY | IER_ERXRDY | IER_ERLS | IER_EMSC);
/freebsd-11-stable/usr.sbin/bhyve/
H A Duart_emul.c328 else if (rxfifo_numchars(sc) > 0 && (sc->ier & IER_ERXRDY) != 0)
/freebsd-11-stable/sys/mips/cavium/
H A Duart_dev_oct16550.c463 oct16550->ier |= IER_EMSC | IER_ERLS | IER_ERXRDY;
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_lpc.c475 ivar = IER_EMSC | IER_ERLS | IER_ERXRDY;
H A Duart_dev_ns8250.c505 ivar = IER_EMSC | IER_ERLS | IER_ERXRDY;
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1115 outb(siocniobase + com_ier, IER_ERXRDY | IER_ERLS |
1179 IER_ERXRDY | IER_ERLS | IER_EMSC
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c1760 outb(siocniobase + com_ier, IER_ERXRDY | IER_ERLS |
1852 IER_ERXRDY | IER_ERLS | IER_EMSC
2589 int_ctl_new &= ~(IER_ETXRDY | IER_ERXRDY);

Completed in 221 milliseconds