Searched refs:HOST_F_DMA (Results 1 – 1 of 1) sorted by relevance
128 #define HOST_F_DMA 0x0010 macro243 host->flags &= HOST_F_ACTIVE | HOST_F_DMA; in au1xmmc_finish_request()353 if (host->flags & (HOST_F_DMA | HOST_F_DBDMA)) { in au1xmmc_data_complete()571 if ((host->flags & (HOST_F_DMA | HOST_F_DBDMA))) { in au1xmmc_cmd_complete()625 if (host->flags & (HOST_F_DMA | HOST_F_DBDMA)) { in au1xmmc_prepare_data()806 if (!(host->flags & HOST_F_DMA) && (status & SD_STATUS_NE)) in au1xmmc_irq()818 } else if (!(host->flags & HOST_F_DMA)) { in au1xmmc_irq()901 host->flags |= HOST_F_DMA | HOST_F_DBDMA; in au1xmmc_dbdma_init()908 if (host->flags & HOST_F_DMA) { in au1xmmc_dbdma_shutdown()909 host->flags &= ~HOST_F_DMA; in au1xmmc_dbdma_shutdown()[all …]