HomeSort by: relevance | last modified time | path
    Searched refs:IER_ERLS (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
dcareg.h 108 #define IER_ERLS 0x4
  /src/sys/dev/ic/
comreg.h 51 #define IER_ERLS 0x4 /* Enable line status interrupt */
com.c 546 sc->sc_ier = IER_ERLS;
1089 sc->sc_ier = IER_ERLS; /* interrupt on line break */
1194 sc->sc_ier = IER_ERXRDY | IER_ERLS;
1608 if (ISSET(sc->sc_ier, IER_ERXRDY | IER_ETXRDY | IER_ERLS | IER_EMSC))
  /src/external/gpl3/gdb.old/dist/gdb/
ser-go32.c 59 #define IER_ERLS 0x4 /* int on line status change */
546 outb (port, com_ier, IER_ETXRDY | IER_ERXRDY | IER_ERLS | IER_EMSC);
  /src/external/gpl3/gdb/dist/gdb/
ser-go32.c 59 #define IER_ERLS 0x4 /* int on line status change */
546 outb (port, com_ier, IER_ETXRDY | IER_ERXRDY | IER_ERLS | IER_EMSC);
  /src/sys/arch/arm/imx/
imxuart.c 1132 if (ISSET(sc->sc_ier, IER_ERXRDY | IER_ETXRDY | IER_ERLS | IER_EMSC))
  /src/sys/arch/arm/xilinx/
zynq_uart.c 1093 if (ISSET(sc->sc_imr, IER_ERXRDY | IER_ETXRDY | IER_ERLS | IER_EMSC))

Completed in 49 milliseconds