Searched refs:imclk (Results 1 – 3 of 3) sorted by relevance
189 unsigned long imclk; member741 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()1740 host->imclk = clk_get_rate(host->clk); in usdhi6_probe()1798 mmc->f_max = host->imclk; in usdhi6_probe()[all …]
23 #define TIMER_CLK(imclk) ((imclk) / (2 << TIMER_CCD)) argument
30 clocks = <&imclk>;