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

/freebsd-10.2-release/sys/arm/at91/
H A Dat91_mcireg.h104 #define MCI_SR_BLKE (0x1u << 3) /* (MCI) Data Block Transfer Ended flag */ macro
H A Dat91_mci.c1230 if (sr & MCI_SR_BLKE)
1231 isr |= MCI_SR_BLKE;
1233 WR4(sc, MCI_IER, MCI_SR_BLKE);
1252 if (isr & MCI_SR_BLKE) {

Completed in 45 milliseconds