Lines Matching refs:use_dma
452 if ((host->use_dma == TRANS_MODE_EDMAC) && in dw_mci_dmac_complete_dma()
831 if (!slot->host->use_dma || !data) in dw_mci_pre_req()
850 if (!slot->host->use_dma || !data) in dw_mci_post_req()
871 if (!host->use_dma) in dw_mci_adjust_fifoth()
952 if (!host->use_dma) in dw_mci_submit_data_dma()
963 if (host->use_dma == TRANS_MODE_IDMAC) in dw_mci_submit_data_dma()
2458 if (host->use_dma != TRANS_MODE_IDMAC) in dw_mci_interrupt()
2587 if (host->use_dma == TRANS_MODE_IDMAC) { in dw_mci_init_slot()
2593 } else if (host->use_dma == TRANS_MODE_EDMAC) { in dw_mci_init_slot()
2655 host->use_dma = SDMMC_GET_TRANS_MODE(mci_readl(host, HCON)); in dw_mci_init_dma()
2656 if (host->use_dma == DMA_INTERFACE_IDMA) { in dw_mci_init_dma()
2657 host->use_dma = TRANS_MODE_IDMAC; in dw_mci_init_dma()
2658 } else if (host->use_dma == DMA_INTERFACE_DWDMA || in dw_mci_init_dma()
2659 host->use_dma == DMA_INTERFACE_GDMA) { in dw_mci_init_dma()
2660 host->use_dma = TRANS_MODE_EDMAC; in dw_mci_init_dma()
2666 if (host->use_dma == TRANS_MODE_IDMAC) { in dw_mci_init_dma()
2726 host->use_dma = TRANS_MODE_PIO; in dw_mci_init_dma()
2766 if (host->use_dma) in dw_mci_reset()
2777 if (host->use_dma) { in dw_mci_reset()
2809 if (host->use_dma == TRANS_MODE_IDMAC) in dw_mci_reset()
3174 if (host->use_dma && host->dma_ops->exit) in dw_mci_probe()
3206 if (host->use_dma && host->dma_ops->exit) in dw_mci_remove()
3225 if (host->use_dma && host->dma_ops->exit) in dw_mci_suspend()
3241 if (host->use_dma && host->dma_ops->init) in dw_mci_resume()