Lines Matching refs:clk_delays
253 const struct sunxi_mmc_clk_delay *clk_delays; member
728 if (!host->cfg->clk_delays) in sunxi_mmc_clk_set_phase()
750 clk_set_phase(host->clk_sample, host->cfg->clk_delays[index].sample); in sunxi_mmc_clk_set_phase()
751 clk_set_phase(host->clk_output, host->cfg->clk_delays[index].output); in sunxi_mmc_clk_set_phase()
1128 .clk_delays = NULL,
1134 .clk_delays = NULL,
1140 .clk_delays = sunxi_mmc_clk_delays,
1146 .clk_delays = sunxi_mmc_clk_delays,
1153 .clk_delays = sun9i_mmc_clk_delays,
1159 .clk_delays = NULL,
1167 .clk_delays = NULL,
1287 if (host->cfg->clk_delays) { in sunxi_mmc_resource_request()
1390 if (host->cfg->clk_delays || host->use_new_timings) in sunxi_mmc_probe()