Home
last modified time | relevance | path

Searched refs:HOST_F_DBDMA (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dau1xmmc.c128 #define HOST_F_DBDMA 0x0020 macro
352 if (host->flags & (HOST_F_DMA | HOST_F_DBDMA)) { in au1xmmc_data_complete()
570 if ((host->flags & (HOST_F_DMA | HOST_F_DBDMA))) { in au1xmmc_cmd_complete()
624 if (host->flags & (HOST_F_DMA | HOST_F_DBDMA)) { in au1xmmc_prepare_data()
900 host->flags |= HOST_F_DMA | HOST_F_DBDMA; in au1xmmc_dbdma_init()
1091 if (host->flags & HOST_F_DBDMA) in au1xmmc_probe()
1141 if (host->flags & HOST_F_DBDMA) in au1xmmc_remove()