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

/freebsd-10.1-release/sys/arm/at91/
H A Dat91_mcireg.h106 #define MCI_SR_NOTBUSY (0x1u << 5) /* (MCI) Data Line Not Busy flag */ macro
H A Dat91_mci.c984 if ((cmd->data->flags & MMC_DATA_MULTI) || (sr & MCI_SR_NOTBUSY)) {
988 WR4(sc, MCI_IER, MCI_SR_ERROR | MCI_SR_NOTBUSY);
1053 WR4(sc, MCI_IER, MCI_SR_ERROR | MCI_SR_NOTBUSY);
1139 WR4(sc, MCI_IER, MCI_SR_ERROR | MCI_SR_NOTBUSY);
1245 if (isr & MCI_SR_NOTBUSY) {

Completed in 95 milliseconds