Lines Matching refs:use_dma
509 if ((host->use_dma == TRANS_MODE_EDMAC) && in dw_mci_dmac_complete_dma()
959 if (!slot->host->use_dma || !data) in dw_mci_pre_req()
977 if (!slot->host->use_dma || !data) in dw_mci_post_req()
1039 if (!host->use_dma) in dw_mci_adjust_fifoth()
1130 if (!host->use_dma) in dw_mci_submit_data_dma()
1141 if (host->use_dma == TRANS_MODE_IDMAC) in dw_mci_submit_data_dma()
1657 if (host->use_dma == TRANS_MODE_IDMAC) in dw_mci_hw_reset()
1793 if (host->use_dma) in dw_mci_reset()
1803 if (!host->use_dma) { in dw_mci_reset()
1832 if (host->use_dma == TRANS_MODE_IDMAC) in dw_mci_reset()
2829 if (host->use_dma != TRANS_MODE_IDMAC) in dw_mci_interrupt()
2939 if (host->use_dma == TRANS_MODE_IDMAC) { in dw_mci_init_slot()
2949 } else if (host->use_dma == TRANS_MODE_EDMAC) { in dw_mci_init_slot()
3007 host->use_dma = SDMMC_GET_TRANS_MODE(mci_readl(host, HCON)); in dw_mci_init_dma()
3008 if (host->use_dma == DMA_INTERFACE_IDMA) { in dw_mci_init_dma()
3009 host->use_dma = TRANS_MODE_IDMAC; in dw_mci_init_dma()
3010 } else if (host->use_dma == DMA_INTERFACE_DWDMA || in dw_mci_init_dma()
3011 host->use_dma == DMA_INTERFACE_GDMA) { in dw_mci_init_dma()
3012 host->use_dma = TRANS_MODE_EDMAC; in dw_mci_init_dma()
3018 if (host->use_dma == TRANS_MODE_IDMAC) { in dw_mci_init_dma()
3080 host->use_dma = TRANS_MODE_PIO; in dw_mci_init_dma()
3548 if (host->use_dma && host->dma_ops->exit) in dw_mci_probe()
3577 if (host->use_dma && host->dma_ops->exit) in dw_mci_remove()
3595 if (host->use_dma && host->dma_ops->exit) in dw_mci_runtime_suspend()
3632 if (host->use_dma && host->dma_ops->init) in dw_mci_runtime_resume()