Searched refs:IER_ERXRDY (Results 1 – 9 of 9) sorted by relevance
84 #define IER_ERXRDY 0x1 macro183 nlm_write_uart_reg(base, UART_INT_EN, IER_ERXRDY | IER_ETXRDY); in nlm_uart_init()
44 #define IER_ERXRDY 0x1 macro
63 #define IER_ERXRDY 0x1 /* int on rx ready */ macro549 outb (port, com_ier, IER_ETXRDY | IER_ERXRDY | IER_ERLS | IER_EMSC); in dos_open()
320 else if (rxfifo_numchars(sc) > 0 && (sc->ier & IER_ERXRDY) != 0) in uart_intr_reason()
463 oct16550->ier |= IER_EMSC | IER_ERLS | IER_ERXRDY; in oct16550_bus_attach()
479 ivar = IER_EMSC | IER_ERLS | IER_ERXRDY; in lpc_ns8250_bus_attach()
460 ivar = IER_EMSC | IER_ERLS | IER_ERXRDY; in ns8250_bus_attach()
1115 outb(siocniobase + com_ier, IER_ERXRDY | IER_ERLS |1179 IER_ERXRDY | IER_ERLS | IER_EMSC in comopen()
1760 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);