Searched refs:CR_XIE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/arm/ixp12x0/
H A Dixp12x0_comreg.h67 #define CR_XIE 0x100 /* Transmit FIFO interrupt enable */ macro
90 #define IXPCOMSPLRAISED (~(CR_RIE | CR_XIE))
H A Dixp12x0_com.c405 if (!ISSET(sc->sc_xie, CR_XIE)) {
406 SET(sc->sc_xie, CR_XIE);
805 ixpcom_cr &= ~(CR_RIE | CR_XIE);
1163 if (ISSET(sc->sc_xie, CR_XIE)) {
1164 CLR(sc->sc_xie, CR_XIE);
H A Dixp12x0_intr.c101 ixpcom_imask = CR_RIE | CR_XIE;

Completed in 86 milliseconds