Home
last modified time | relevance | path

Searched refs:AT91_MCI_DTOE (Results 1 – 2 of 2) sorted by relevance

/bsp/at91/at91sam9260/drivers/
A Dat91_mci.h100 #define AT91_MCI_DTOE (1U << 22) /* Data Time-out Error */ macro
A Dat91_mci.c34 | AT91_MCI_DTOE | AT91_MCI_OVRE | AT91_MCI_UNRE)
564 if (status & (AT91_MCI_DTOE | AT91_MCI_DCRCE)) in at91_mci_completed_command()
568 if (status & AT91_MCI_DTOE) in at91_mci_completed_command()
620 if (int_status & AT91_MCI_DTOE) in at91_mci_irq()

Completed in 5 milliseconds