Searched refs:mci_writel (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.c500 mci_writel(host, DTOR, (MCI_DTOMUL(dtomul) | MCI_DTOCYC(dtocyc)));
565 mci_writel(host, ARGR, cmd->arg);
566 mci_writel(host, CMDR, cmd_flags);
572 mci_writel(host, IER, MCI_CMDRDY);
596 mci_writel(host, IER, MCI_NOTBUSY);
610 mci_writel(host, DMA, mci_readl(host, DMA) & ~MCI_DMAEN);
642 mci_writel(host, IER, MCI_NOTBUSY);
680 mci_writel(host, DMA, MCI_DMA_CHKSIZE(3) | MCI_DMAEN);
730 mci_writel(host, IER, MCI_NOTBUSY);
793 mci_writel(hos
[all...]
H A Datmel-mci-regs.h125 #define mci_writel(port,reg,value) \ macro

Completed in 53 milliseconds