Searched refs:MCI_DMAEN (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.h105 # define MCI_DMAEN ( 1 << 8) /* DMA Hardware Handshaking Enable */ macro
H A Datmel-mci.c397 val & MCI_DMAEN ? " DMAEN" : "");
610 mci_writel(host, DMA, mci_readl(host, DMA) & ~MCI_DMAEN);
680 mci_writel(host, DMA, MCI_DMA_CHKSIZE(3) | MCI_DMAEN);

Completed in 49 milliseconds