Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsunxi-mmc.c303 bool use_new_timings; member
728 if (host->use_new_timings) in sunxi_mmc_clk_set_phase()
788 (host->use_new_timings || in sunxi_mmc_clk_set_rate()
794 if (host->use_new_timings && host->cfg->ccu_has_timings_switch) { in sunxi_mmc_clk_set_rate()
835 if (host->use_new_timings) { in sunxi_mmc_clk_set_rate()
1411 host->use_new_timings = false; in sunxi_mmc_probe()
1413 host->use_new_timings = !!ret; in sunxi_mmc_probe()
1417 host->use_new_timings = true; in sunxi_mmc_probe()
1439 if ((host->cfg->clk_delays || host->use_new_timings) && in sunxi_mmc_probe()
1454 if (!(host->cfg->clk_delays || host->use_new_timings)) { in sunxi_mmc_probe()
[all …]