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

/freebsd-11-stable/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.c973 if ((cmd->data->flags & MMC_DATA_MULTI) || (sr & MCI_SR_NOTBUSY)) {
977 WR4(sc, MCI_IER, MCI_SR_ERROR | MCI_SR_NOTBUSY);
1042 WR4(sc, MCI_IER, MCI_SR_ERROR | MCI_SR_NOTBUSY);
1128 WR4(sc, MCI_IER, MCI_SR_ERROR | MCI_SR_NOTBUSY);
1235 if (isr & MCI_SR_NOTBUSY) {

Completed in 617 milliseconds