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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_mcireg.h101 #define MCI_SR_CMDRDY (0x1u << 0) /* (MCI) Command Ready flag */ macro
H A Dat91_mci.c645 uint32_t ier = MCI_SR_CMDRDY |
825 WR4(sc, MCI_IER, MCI_SR_ERROR | MCI_SR_CMDRDY);
1252 if (isr & MCI_SR_CMDRDY) {

Completed in 79 milliseconds