Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Drenesas_sdhi_core.c128 if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2) || mmc_doing_tune(host->mmc)) in renesas_sdhi_clk_update()
187 if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2)) in renesas_sdhi_set_clock()
195 if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2)) in renesas_sdhi_set_clock()
570 if (host->pdata->flags & TMIO_MMC_MIN_RCAR2) in renesas_sdhi_reset()
1007 if (mmc_data->flags & TMIO_MMC_MIN_RCAR2) { in renesas_sdhi_probe()
H A Drenesas_sdhi_internal_dmac.c106 TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2,
H A Drenesas_sdhi_sys_dmac.c59 TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2,
H A Dtmio_mmc_core.c931 if (host->pdata->flags & TMIO_MMC_MIN_RCAR2) in tmio_mmc_set_ios()
1143 if (pdata->flags & TMIO_MMC_MIN_RCAR2) in tmio_mmc_host_probe()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtmio.h50 #define TMIO_MMC_MIN_RCAR2 BIT(3) macro