Searched refs:AT91C_MCI_RCRCE (Results 1 – 3 of 3) sorted by relevance
96 #define AT91C_MCI_RCRCE (1U << 18) /* Response CRC Error */ macro
32 #define AT91C_MCI_ERRORS (AT91C_MCI_RINDE | AT91C_MCI_RDIRE | AT91C_MCI_RCRCE \558 if ((status & AT91C_MCI_RCRCE) && (resp_type(cmd) & (RESP_R3|RESP_R4))) in at91_mci_completed_command()578 else if (status & AT91C_MCI_RCRCE) in at91_mci_completed_command()628 if (int_status & AT91C_MCI_RCRCE) in at91_mci_irq()
2474 #define AT91C_MCI_RCRCE (0x1 << 18) // (MCI) Response CRC Error flag macro
Completed in 57 milliseconds