Home
last modified time | relevance | path

Searched refs:imclk (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dusdhi6rol0.c189 unsigned long imclk; member
741 if (host->imclk <= rate) { in usdhi6_clk_set()
744 new_rate = host->imclk; in usdhi6_clk_set()
747 new_rate = host->imclk / 2; in usdhi6_clk_set()
751 roundup_pow_of_two(DIV_ROUND_UP(host->imclk, rate)); in usdhi6_clk_set()
753 new_rate = host->imclk / div; in usdhi6_clk_set()
769 if (host->imclk == rate || host->imclk == host->rate || !rate) in usdhi6_clk_set()
780 if (host->imclk == rate || host->imclk == host->rate || in usdhi6_clk_set()
1746 host->imclk = clk_get_rate(host->clk); in usdhi6_probe()
1804 mmc->f_max = host->imclk; in usdhi6_probe()
[all …]
/linux-4.4.14/arch/mips/kernel/
Dcevt-txx9.c23 #define TIMER_CLK(imclk) ((imclk) / (2 << TIMER_CCD)) argument
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dusdhi6rol0.txt30 clocks = <&imclk>;