Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dtmio_mmc.h55 #define TMIO_STAT_DATAEND BIT(2) macro
115 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND)
116 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND)
H A Dtmio_mmc_core.c549 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq()
553 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq()
667 if (ireg & TMIO_STAT_DATAEND) { in __tmio_mmc_sdcard_irq()
668 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_DATAEND); in __tmio_mmc_sdcard_irq()
H A Duniphier-sd.c118 * not been kicked yet. Enable the TMIO_STAT_DATAEND irq only in uniphier_sd_external_dma_callback()
122 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in uniphier_sd_external_dma_callback()
245 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in uniphier_sd_internal_dma_issue()
H A Drenesas_sdhi_internal_dmac.c450 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in renesas_sdhi_internal_dmac_issue_work_fn()