Searched refs:TMIO_MMC_MIN_RCAR2 (Results 1 – 5 of 5) sorted by relevance
128 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()
106 TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2,
59 TMIO_MMC_HAVE_CBSY | TMIO_MMC_MIN_RCAR2,
931 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()
50 #define TMIO_MMC_MIN_RCAR2 BIT(3) macro