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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/include/mach/
H A Dat91_mci.h84 #define AT91_MCI_RSPR(n) (0x20 + ((n) * 4)) /* Response Registers 0-3 */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dat91_mci.c643 cmd->resp[0] = at91_mci_read(host, AT91_MCI_RSPR(0));
644 cmd->resp[1] = at91_mci_read(host, AT91_MCI_RSPR(1));
645 cmd->resp[2] = at91_mci_read(host, AT91_MCI_RSPR(2));
646 cmd->resp[3] = at91_mci_read(host, AT91_MCI_RSPR(3));

Completed in 161 milliseconds