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

/freebsd-10.1-release/sys/arm/at91/
H A Dat91_mcireg.h113 #define MCI_SR_RCRCE (0x1u << 18) /* (MCI) Response CRC Error flag */ macro
127 MCI_SR_RCRCE | MCI_SR_RDIRE | MCI_SR_RINDE)
H A Dat91_mci.c654 MCI_SR_RCRCE | MCI_SR_RDIRE | MCI_SR_RINDE;
665 ier &= ~MCI_SR_RCRCE;
1197 else if (isr & (MCI_SR_RCRCE | MCI_SR_DCRCE))

Completed in 102 milliseconds