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

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

Completed in 212 milliseconds