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

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

Completed in 65 milliseconds