Home
last modified time | relevance | path

Searched refs:AT91C_MCI_RCRCE (Results 1 – 3 of 3) sorted by relevance

/bsp/at91/at91sam9g45/drivers/
A Dat91_mci.h96 #define AT91C_MCI_RCRCE (1U << 18) /* Response CRC Error */ macro
A Dat91_mci.c32 #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()
/bsp/at91/at91sam9g45/platform/
A Dat91sam9g45.h2474 #define AT91C_MCI_RCRCE (0x1 << 18) // (MCI) Response CRC Error flag macro

Completed in 57 milliseconds