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

/freebsd-10.2-release/sys/arm/at91/
H A Dat91_mcireg.h102 #define MCI_SR_RXRDY (0x1u << 1) /* (MCI) RX Ready flag */ macro
H A Dat91_mci.c1076 if (sr & MCI_SR_RXRDY) {
1080 } while (sr & MCI_SR_RXRDY);
1259 if (isr & MCI_SR_RXRDY) {

Completed in 67 milliseconds