Searched refs:RCOMP_INTERRUPT (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/arm/at91/
H A Dif_macbreg.h56 #define RCOMP_INTERRUPT (1 << 1) macro
H A Dif_macb.c584 write_4(sc, EMAC_IER, (RCOMP_INTERRUPT |
803 write_4(sc, EMAC_IER, (RCOMP_INTERRUPT|RXUBR_INTERRUPT));
843 if (status & RCOMP_INTERRUPT) {
844 write_4(sc, EMAC_IDR, (RCOMP_INTERRUPT|RXUBR_INTERRUPT));

Completed in 36 milliseconds