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

/fuchsia/zircon/system/dev/block/imx-sdhci/
H A Dimx-sdhci.c121 bool dma_mode; // Flag used to switch between dma and pio mode member in struct:imx_sdhci_device
607 if (req->use_dma && !dev->dma_mode) {
1193 dev->dma_mode = false;
1201 dev->dma_mode = true;
1206 dev->dma_mode = false;

Completed in 77 milliseconds