Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/mmc/
Dsdhci.h130 unsigned int clk_mul; /* Clock Muliplier value */ member
/linux-3.4.99/drivers/mmc/host/
Dsdhci.c1074 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()
[all …]