Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Drenesas_sdhi_internal_dmac.c89 TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2 |
105 TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2,
Drenesas_sdhi_sys_dmac.c62 TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2,
83 TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2 |
96 TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2,
Dtmio_mmc_core.c169 if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2)) in tmio_mmc_clk_start()
189 if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2)) in tmio_mmc_clk_stop()
234 if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2)) in tmio_mmc_set_clock()
1299 if (pdata->flags & TMIO_MMC_MIN_RCAR2) in tmio_mmc_host_probe()
Drenesas_sdhi_core.c127 if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2)) in renesas_sdhi_clk_update()
633 if (mmc_data->flags & TMIO_MMC_MIN_RCAR2) { in renesas_sdhi_probe()
/Linux-v4.19/include/linux/mfd/
Dtmio.h50 #define TMIO_MMC_MIN_RCAR2 BIT(3) macro