Home
last modified time | relevance | path

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

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Dau1xmmc.c127 #define HOST_F_DMA 0x0010 macro
242 host->flags &= HOST_F_ACTIVE | HOST_F_DMA; in au1xmmc_finish_request()
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()
805 if (!(host->flags & HOST_F_DMA) && (status & SD_STATUS_NE)) in au1xmmc_irq()
817 } else if (!(host->flags & HOST_F_DMA)) { in au1xmmc_irq()
900 host->flags |= HOST_F_DMA | HOST_F_DBDMA; in au1xmmc_dbdma_init()
907 if (host->flags & HOST_F_DMA) { in au1xmmc_dbdma_shutdown()
908 host->flags &= ~HOST_F_DMA; in au1xmmc_dbdma_shutdown()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Dau1xmmc.c127 #define HOST_F_DMA 0x0010 macro
242 host->flags &= HOST_F_ACTIVE | HOST_F_DMA; in au1xmmc_finish_request()
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()
805 if (!(host->flags & HOST_F_DMA) && (status & SD_STATUS_NE)) in au1xmmc_irq()
817 } else if (!(host->flags & HOST_F_DMA)) { in au1xmmc_irq()
900 host->flags |= HOST_F_DMA | HOST_F_DBDMA; in au1xmmc_dbdma_init()
907 if (host->flags & HOST_F_DMA) { in au1xmmc_dbdma_shutdown()
908 host->flags &= ~HOST_F_DMA; in au1xmmc_dbdma_shutdown()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Dau1xmmc.c127 #define HOST_F_DMA 0x0010 macro
242 host->flags &= HOST_F_ACTIVE | HOST_F_DMA; in au1xmmc_finish_request()
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()
805 if (!(host->flags & HOST_F_DMA) && (status & SD_STATUS_NE)) in au1xmmc_irq()
817 } else if (!(host->flags & HOST_F_DMA)) { in au1xmmc_irq()
900 host->flags |= HOST_F_DMA | HOST_F_DBDMA; in au1xmmc_dbdma_init()
907 if (host->flags & HOST_F_DMA) { in au1xmmc_dbdma_shutdown()
908 host->flags &= ~HOST_F_DMA; in au1xmmc_dbdma_shutdown()
[all …]