Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dusdhi6rol0.c189 unsigned long imclk; member
749 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()
1807 host->imclk = clk_get_rate(host->clk); in usdhi6_probe()
1866 mmc->f_max = host->imclk; in usdhi6_probe()
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dcevt-txx9.c23 #define TIMER_CLK(imclk) ((imclk) / (2 << TIMER_CCD)) argument
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dusdhi6rol0.txt36 clocks = <&imclk>;
/openbmc/linux/sound/soc/codecs/
H A Dnau8822.c674 int i, sclk, imclk; in nau8822_config_clkdiv() local
683 imclk = rate * 256; in nau8822_config_clkdiv()
686 if (sclk < imclk) in nau8822_config_clkdiv()
H A Dnau8810.c665 int i, sclk, imclk = rate * 256, div = 0; in nau8810_mclk_clkdiv() local
679 if (sclk < imclk) in nau8810_mclk_clkdiv()