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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_mcireg.h118 #define MCI_SR_OVRE (0x1u << 30) /* (MCI) Overrun flag */ macro
149 #define MCI_SR_ERROR (MCI_SR_UNRE | MCI_SR_OVRE | MCI_SR_DTOE | \
H A Dat91_mci.c1188 else if (isr & (MCI_SR_OVRE | MCI_SR_UNRE))

Completed in 113 milliseconds