Home
last modified time | relevance | path

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

/bsp/at91/at91sam9260/drivers/
A Dat91_mci.h77 #define AT91_MCI_RSPR(n) (0x20 + ((n) * 4)) /* Response Registers 0-3 */ macro
A Dat91_mci.c540 cmd->resp[0] = at91_mci_read(AT91_MCI_RSPR(0)); in at91_mci_completed_command()
541 cmd->resp[1] = at91_mci_read(AT91_MCI_RSPR(1)); in at91_mci_completed_command()
542 cmd->resp[2] = at91_mci_read(AT91_MCI_RSPR(2)); in at91_mci_completed_command()
543 cmd->resp[3] = at91_mci_read(AT91_MCI_RSPR(3)); in at91_mci_completed_command()

Completed in 10 milliseconds