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

/freebsd-10.2-release/sys/arm/at91/
H A Dat91_mcireg.h107 #define MCI_SR_ENDRX (0x1u << 6) /* (MCI) End of RX Buffer flag */ macro
H A Dat91_mci.c960 WR4(sc, MCI_IER, MCI_SR_ERROR | MCI_SR_ENDRX);
1156 ier = MCI_SR_ENDRX;
1241 if (isr & MCI_SR_ENDRX) {

Completed in 5 milliseconds