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

/freebsd-11-stable/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.c949 WR4(sc, MCI_IER, MCI_SR_ERROR | MCI_SR_ENDRX);
1145 ier = MCI_SR_ENDRX;
1231 if (isr & MCI_SR_ENDRX) {

Completed in 124 milliseconds