Searched refs:MCI_CMDRDY (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.h85 # define MCI_CMDRDY ( 1 << 0) /* Command Ready */ macro
H A Datmel-mci.c572 mci_writel(host, IER, MCI_CMDRDY);
810 while (!(mci_readl(host, SR) & MCI_CMDRDY))
827 iflags |= MCI_CMDRDY;
1512 mci_writel(host, IDR, MCI_CMDRDY);
1570 if (pending & MCI_CMDRDY)

Completed in 55 milliseconds