Searched refs:imclk (Results 1 – 3 of 3) sorted by relevance
189 unsigned long imclk; member749 if (host->imclk <= rate) { in usdhi6_clk_set()752 new_rate = host->imclk; in usdhi6_clk_set()755 new_rate = host->imclk / 2; in usdhi6_clk_set()759 roundup_pow_of_two(DIV_ROUND_UP(host->imclk, rate)); in usdhi6_clk_set()761 new_rate = host->imclk / div; in usdhi6_clk_set()777 if (host->imclk == rate || host->imclk == host->rate || !rate) in usdhi6_clk_set()788 if (host->imclk == rate || host->imclk == host->rate || in usdhi6_clk_set()1801 host->imclk = clk_get_rate(host->clk); in usdhi6_probe()1860 mmc->f_max = host->imclk; in usdhi6_probe()[all …]
23 #define TIMER_CLK(imclk) ((imclk) / (2 << TIMER_CCD)) argument
36 clocks = <&imclk>;