Lines Matching defs:clk_mul
1867 int real_div = div, clk_mul = 1;
1878 if (host->clk_mul &&
1882 clk_mul = host->clk_mul;
1893 if (host->clk_mul) {
1895 if ((host->max_clk * host->clk_mul / div)
1899 if ((host->max_clk * host->clk_mul / div) <= clock) {
1906 clk_mul = host->clk_mul;
1917 if (!host->clk_mul || switch_base_clk) {
1946 *actual_clock = (host->max_clk * clk_mul) / real_div;
4354 host->clk_mul = FIELD_GET(SDHCI_CLOCK_MUL_MASK, host->caps1);
4362 if (host->clk_mul)
4363 host->clk_mul += 1;
4373 if (host->clk_mul)
4374 max_clk = host->max_clk * host->clk_mul;