Lines Matching refs:clk_mul
1074 int real_div = div, clk_mul = 1; in sdhci_set_clock() local
1099 if (host->clk_mul) { in sdhci_set_clock()
1111 if (((host->max_clk * host->clk_mul) / in sdhci_set_clock()
1121 clk_mul = host->clk_mul; in sdhci_set_clock()
1149 host->mmc->actual_clock = (host->max_clk * clk_mul) / real_div; in sdhci_set_clock()
2714 host->clk_mul = (caps[1] & SDHCI_CLOCK_MUL_MASK) >> in sdhci_add_host()
2723 if (host->clk_mul) in sdhci_add_host()
2724 host->clk_mul += 1; in sdhci_add_host()
2734 if (host->clk_mul) { in sdhci_add_host()
2735 mmc->f_min = (host->max_clk * host->clk_mul) / 1024; in sdhci_add_host()
2736 mmc->f_max = host->max_clk * host->clk_mul; in sdhci_add_host()