Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
A Dtmio_mmc.h52 #define TMIO_STAT_DATAEND BIT(2) macro
105 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND)
106 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND)
A Dtmio_mmc_core.c533 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq()
537 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq()
651 if (ireg & TMIO_STAT_DATAEND) { in __tmio_mmc_sdcard_irq()
652 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_DATAEND); in __tmio_mmc_sdcard_irq()
A Duniphier-sd.c113 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in uniphier_sd_external_dma_callback()
236 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in uniphier_sd_internal_dma_issue()
A Drenesas_sdhi_internal_dmac.c380 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in renesas_sdhi_internal_dmac_issue_tasklet_fn()
A Drenesas_sdhi_sys_dmac.c331 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in renesas_sdhi_sys_dmac_issue_tasklet_fn()

Completed in 14 milliseconds