Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dtmio_mmc.h60 #define TMIO_STAT_DATAEND BIT(2) macro
107 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND)
108 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND)
Dtmio_mmc_core.c579 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq()
583 tmio_mmc_disable_mmc_irqs(host, TMIO_STAT_DATAEND); in tmio_mmc_data_irq()
697 if (ireg & TMIO_STAT_DATAEND) { in __tmio_mmc_sdcard_irq()
698 tmio_mmc_ack_mmc_irqs(host, TMIO_STAT_DATAEND); in __tmio_mmc_sdcard_irq()
Drenesas_sdhi_internal_dmac.c218 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in renesas_sdhi_internal_dmac_issue_tasklet_fn()
Drenesas_sdhi_sys_dmac.c369 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in renesas_sdhi_sys_dmac_issue_tasklet_fn()