Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dusdhi6rol0.c190 unsigned long imclk; member
747 if (host->imclk <= rate) { in usdhi6_clk_set()
750 new_rate = host->imclk; in usdhi6_clk_set()
753 new_rate = host->imclk / 2; in usdhi6_clk_set()
757 roundup_pow_of_two(DIV_ROUND_UP(host->imclk, rate)); in usdhi6_clk_set()
759 new_rate = host->imclk / div; in usdhi6_clk_set()
775 if (host->imclk == rate || host->imclk == host->rate || !rate) in usdhi6_clk_set()
786 if (host->imclk == rate || host->imclk == host->rate || in usdhi6_clk_set()
1804 host->imclk = clk_get_rate(host->clk); in usdhi6_probe()
1862 mmc->f_max = host->imclk; in usdhi6_probe()
[all …]
/Linux-v4.19/arch/mips/kernel/
Dcevt-txx9.c23 #define TIMER_CLK(imclk) ((imclk) / (2 << TIMER_CCD)) argument
/Linux-v4.19/Documentation/devicetree/bindings/mmc/
Dusdhi6rol0.txt36 clocks = <&imclk>;
/Linux-v4.19/sound/soc/codecs/
Dnau8810.c634 int i, sclk, imclk = rate * 256, div = 0; in nau8810_mclk_clkdiv() local
648 if (sclk < imclk) in nau8810_mclk_clkdiv()