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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dau1xmmc.c129 #define HOST_F_DMA 0x0010 macro
230 host->flags &= HOST_F_ACTIVE | HOST_F_DMA;
356 if (host->flags & HOST_F_DMA) {
573 if (host->flags & HOST_F_DMA) {
636 if (host->flags & HOST_F_DMA) {
813 } else if (!(host->flags & HOST_F_DMA)) {
897 host->flags |= HOST_F_DMA;
904 if (host->flags & HOST_F_DMA) {
905 host->flags &= ~HOST_F_DMA;
1050 host->flags & HOST_F_DMA
[all...]

Completed in 42 milliseconds