Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Drenesas_sdhi_core.c130 if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2)) in renesas_sdhi_clk_update()
189 if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2)) in renesas_sdhi_set_clock()
197 if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2)) in renesas_sdhi_set_clock()
543 if (host->pdata->flags & TMIO_MMC_MIN_RCAR2) in renesas_sdhi_hw_reset()
735 if (mmc_data->flags & TMIO_MMC_MIN_RCAR2) { in renesas_sdhi_probe()
Drenesas_sdhi_internal_dmac.c106 TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2,
Drenesas_sdhi_sys_dmac.c59 TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2,
Dtmio_mmc_core.c1217 if (pdata->flags & TMIO_MMC_MIN_RCAR2) in tmio_mmc_host_probe()
/Linux-v5.4/include/linux/mfd/
Dtmio.h50 #define TMIO_MMC_MIN_RCAR2 BIT(3) macro