Lines Matching refs:HOST_F_DMA
128 #define HOST_F_DMA 0x0010 macro
243 host->flags &= HOST_F_ACTIVE | HOST_F_DMA; in au1xmmc_finish_request()
369 if (host->flags & (HOST_F_DMA | HOST_F_DBDMA)) { in au1xmmc_data_complete()
584 if ((host->flags & (HOST_F_DMA | HOST_F_DBDMA))) { in au1xmmc_cmd_complete()
638 if (host->flags & (HOST_F_DMA | HOST_F_DBDMA)) { in au1xmmc_prepare_data()
819 if (!(host->flags & HOST_F_DMA) && (status & SD_STATUS_NE)) in au1xmmc_irq()
831 } else if (!(host->flags & HOST_F_DMA)) { in au1xmmc_irq()
914 host->flags |= HOST_F_DMA | HOST_F_DBDMA; in au1xmmc_dbdma_init()
921 if (host->flags & HOST_F_DMA) { in au1xmmc_dbdma_shutdown()
922 host->flags &= ~HOST_F_DMA; in au1xmmc_dbdma_shutdown()
1093 host->flags & HOST_F_DMA ? "dma" : "pio"); in au1xmmc_probe()