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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dimxmmc.c90 int dma_allocated; member in struct:imxmci_host
976 host->dma_allocated = 0;
1012 host->dma_allocated=1;
1038 if(host->dma_allocated){
1040 host->dma_allocated=0;
1064 if(host->dma_allocated){
1066 host->dma_allocated=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsscape.c122 int dma_allocated; member in struct:sscape_info
385 if (devc->dma_allocated)
388 devc->dma_allocated = 0;
415 if (devc->dma_allocated == 0)
416 devc->dma_allocated = 1;

Completed in 49 milliseconds