Searched refs:clk_mul (Results 1 – 2 of 2) sorted by relevance
130 unsigned int clk_mul; /* Clock Muliplier value */ member
1074 int real_div = div, clk_mul = 1; in sdhci_set_clock() local1099 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()[all …]