Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dtmio_mmc.h54 #define TMIO_STAT_DATAEND BIT(2) macro
110 #define TMIO_MASK_READOP (TMIO_STAT_RXRDY | TMIO_STAT_DATAEND)
111 #define TMIO_MASK_WRITEOP (TMIO_STAT_TXRQ | TMIO_STAT_DATAEND)
H A Drenesas_sdhi_internal_dmac.c450 tmio_mmc_enable_mmc_irqs(host, TMIO_STAT_DATAEND); in renesas_sdhi_internal_dmac_issue_work_fn()