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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_mcireg.h102 #define MCI_SR_RXRDY (0x1u << 1) /* (MCI) RX Ready flag */ macro
H A Dat91_mci.c1065 if (sr & MCI_SR_RXRDY) {
1069 } while (sr & MCI_SR_RXRDY);
1249 if (isr & MCI_SR_RXRDY) {

Completed in 173 milliseconds