Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Dsdhci-s3c.c161 int best_src = 0; in sdhci_s3c_set_clock() local
177 best_src = src; in sdhci_s3c_set_clock()
183 best_src, clock, best); in sdhci_s3c_set_clock()
186 if (ourhost->cur_clk != best_src) { in sdhci_s3c_set_clock()
187 struct clk *clk = ourhost->clk_bus[best_src]; in sdhci_s3c_set_clock()
194 ourhost->cur_clk = best_src; in sdhci_s3c_set_clock()
195 host->max_clk = ourhost->clk_rates[best_src]; in sdhci_s3c_set_clock()
203 ctrl |= best_src << S3C_SDHCI_CTRL2_SELBASECLK_SHIFT; in sdhci_s3c_set_clock()