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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Datmel-mci-regs.h123 #define mci_readl(port,reg) \ macro
H A Datmel-mci.c610 mci_writel(host, DMA, mci_readl(host, DMA) & ~MCI_DMAEN);
802 iflags = mci_readl(host, IMR);
810 while (!(mci_readl(host, SR) & MCI_CMDRDY))
994 mci_readl(host, MR);
1118 cmd->resp[0] = mci_readl(host, RSPR);
1119 cmd->resp[1] = mci_readl(host, RSPR);
1120 cmd->resp[2] = mci_readl(host, RSPR);
1121 cmd->resp[3] = mci_readl(host, RSPR);
1262 mci_readl(host, IMR));
1381 value = mci_readl(hos
[all...]

Completed in 101 milliseconds