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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_mcireg.h117 #define MCI_SR_DTOE (0x1u << 22) /* (MCI) Data timeout Error flag */ macro
149 #define MCI_SR_ERROR (MCI_SR_UNRE | MCI_SR_OVRE | MCI_SR_DTOE | \
H A Dat91_mci.c1184 if (isr & (MCI_SR_RTOE | MCI_SR_DTOE))

Completed in 176 milliseconds