Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mmc/host/
Dat91_mci.h84 #define AT91_MCI_RSPR(n) (0x20 + ((n) * 4)) /* Response Registers 0-3 */ macro
Dat91_mci.c646 cmd->resp[0] = at91_mci_read(host, AT91_MCI_RSPR(0)); in at91_mci_completed_command()
647 cmd->resp[1] = at91_mci_read(host, AT91_MCI_RSPR(1)); in at91_mci_completed_command()
648 cmd->resp[2] = at91_mci_read(host, AT91_MCI_RSPR(2)); in at91_mci_completed_command()
649 cmd->resp[3] = at91_mci_read(host, AT91_MCI_RSPR(3)); in at91_mci_completed_command()