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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_mcireg.h113 #define MCI_SR_RCRCE (0x1u << 18) /* (MCI) Response CRC Error flag */ macro
151 MCI_SR_RCRCE | MCI_SR_RDIRE | MCI_SR_RINDE)
H A Dat91_mci.c647 MCI_SR_RCRCE | MCI_SR_RDIRE | MCI_SR_RINDE;
658 ier &= ~MCI_SR_RCRCE;
1186 else if (isr & (MCI_SR_RCRCE | MCI_SR_DCRCE))

Completed in 118 milliseconds