Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Dsunxi-mmc.c301 bool use_new_timings; member
723 if (host->use_new_timings) in sunxi_mmc_clk_set_phase()
783 (host->use_new_timings || in sunxi_mmc_clk_set_rate()
789 if (host->use_new_timings && host->cfg->ccu_has_timings_switch) { in sunxi_mmc_clk_set_rate()
830 if (host->use_new_timings) { in sunxi_mmc_clk_set_rate()
1375 host->use_new_timings = false; in sunxi_mmc_probe()
1377 host->use_new_timings = !!ret; in sunxi_mmc_probe()
1381 host->use_new_timings = true; in sunxi_mmc_probe()
1403 if ((host->cfg->clk_delays || host->use_new_timings) && in sunxi_mmc_probe()
1418 if (!(host->cfg->clk_delays || host->use_new_timings)) { in sunxi_mmc_probe()
[all …]