Searched refs:MCI_RXRDY (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.h86 # define MCI_RXRDY ( 1 << 1) /* Receiver Ready */ macro
H A Datmel-mci.c767 iflags |= MCI_RXRDY;
1140 | MCI_TXRDY | MCI_RXRDY
1415 mci_writel(host, IDR, (MCI_NOTBUSY | MCI_RXRDY
1424 } while (status & MCI_RXRDY);
1432 mci_writel(host, IDR, MCI_RXRDY);
1548 | MCI_RXRDY | MCI_TXRDY);
1565 if (pending & MCI_RXRDY)

Completed in 165 milliseconds