Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mmc/host/
Dat91_mci.h101 #define AT91_MCI_RINDE (1 << 16) /* Response Index Error */ macro
Dat91_mci.c98 #define AT91_MCI_ERRORS (AT91_MCI_RINDE | AT91_MCI_RDIRE | AT91_MCI_RCRCE \
795 if (int_status & AT91_MCI_RINDE) in at91_mci_irq()