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

/freebsd-11-stable/sys/mips/nlm/hal/
H A Duart.h86 #define IER_ERLS 0x4 macro
/freebsd-11-stable/sys/dev/ic/
H A Dns16550.h46 #define IER_ERLS 0x4 macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-go32.c65 #define IER_ERLS 0x4 /* int on line status change */ macro
552 outb (port, com_ier, IER_ETXRDY | IER_ERXRDY | IER_ERLS | IER_EMSC);
/freebsd-11-stable/usr.sbin/bhyve/
H A Duart_emul.c326 if ((sc->lsr & LSR_OE) != 0 && (sc->ier & IER_ERLS) != 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
1857 outb(com->int_ctl_port, IER_ERLS | IER_EMSC);

Completed in 105 milliseconds