Lines Matching defs:clk_mul
1890 int real_div = div, clk_mul = 1;
1901 if (host->clk_mul &&
1905 clk_mul = host->clk_mul;
1916 if (host->clk_mul) {
1918 if ((host->max_clk * host->clk_mul / div)
1922 if ((host->max_clk * host->clk_mul / div) <= clock) {
1929 clk_mul = host->clk_mul;
1940 if (!host->clk_mul || switch_base_clk) {
1969 *actual_clock = (host->max_clk * clk_mul) / real_div;
4401 host->clk_mul = FIELD_GET(SDHCI_CLOCK_MUL_MASK, host->caps1);
4409 if (host->clk_mul)
4410 host->clk_mul += 1;
4420 if (host->clk_mul)
4421 max_clk = host->max_clk * host->clk_mul;