Lines Matching refs:clk_delays
249 const struct sunxi_mmc_clk_delay *clk_delays; member
732 if (!host->cfg->clk_delays) in sunxi_mmc_clk_set_phase()
754 clk_set_phase(host->clk_sample, host->cfg->clk_delays[index].sample); in sunxi_mmc_clk_set_phase()
755 clk_set_phase(host->clk_output, host->cfg->clk_delays[index].output); in sunxi_mmc_clk_set_phase()
1142 .clk_delays = NULL,
1148 .clk_delays = NULL,
1154 .clk_delays = sunxi_mmc_clk_delays,
1160 .clk_delays = sunxi_mmc_clk_delays,
1167 .clk_delays = sun9i_mmc_clk_delays,
1181 .clk_delays = NULL,
1189 .clk_delays = NULL,
1205 .clk_delays = NULL,
1329 if (host->cfg->clk_delays) { in sunxi_mmc_resource_request()
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()