Home
last modified time | relevance | path

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

/NextBSD/sys/mips/nlm/hal/
HDuart.h84 #define IER_ERXRDY 0x1 macro
183 nlm_write_uart_reg(base, UART_INT_EN, IER_ERXRDY | IER_ETXRDY); in nlm_uart_init()
/NextBSD/sys/dev/ic/
HDns16550.h44 #define IER_ERXRDY 0x1 macro
/NextBSD/contrib/gdb/gdb/
HDser-go32.c63 #define IER_ERXRDY 0x1 /* int on rx ready */ macro
549 outb (port, com_ier, IER_ETXRDY | IER_ERXRDY | IER_ERLS | IER_EMSC); in dos_open()
/NextBSD/usr.sbin/bhyve/
HDuart_emul.c320 else if (rxfifo_numchars(sc) > 0 && (sc->ier & IER_ERXRDY) != 0) in uart_intr_reason()
/NextBSD/sys/mips/cavium/
HDuart_dev_oct16550.c463 oct16550->ier |= IER_EMSC | IER_ERLS | IER_ERXRDY; in oct16550_bus_attach()
/NextBSD/sys/dev/uart/
HDuart_dev_lpc.c479 ivar = IER_EMSC | IER_ERLS | IER_ERXRDY; in lpc_ns8250_bus_attach()
HDuart_dev_ns8250.c460 ivar = IER_EMSC | IER_ERLS | IER_ERXRDY; in ns8250_bus_attach()
/NextBSD/sys/dev/sio/
HDsio.c1115 outb(siocniobase + com_ier, IER_ERXRDY | IER_ERLS |
1179 IER_ERXRDY | IER_ERLS | IER_EMSC in comopen()
/NextBSD/sys/pc98/cbus/
HDsio.c1760 outb(siocniobase + com_ier, IER_ERXRDY | IER_ERLS |
1852 IER_ERXRDY | IER_ERLS | IER_EMSC in comopen()
2589 int_ctl_new &= ~(IER_ETXRDY | IER_ERXRDY);