Home
last modified time | relevance | path

Searched refs:__clk_hw_set_clk (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/clk/
Dclk-composite.c28 __clk_hw_set_clk(mux_hw, hw); in clk_composite_get_parent()
39 __clk_hw_set_clk(mux_hw, hw); in clk_composite_set_parent()
51 __clk_hw_set_clk(rate_hw, hw); in clk_composite_recalc_rate()
73 __clk_hw_set_clk(rate_hw, hw); in clk_composite_determine_rate()
122 __clk_hw_set_clk(mux_hw, hw); in clk_composite_determine_rate()
137 __clk_hw_set_clk(rate_hw, hw); in clk_composite_round_rate()
149 __clk_hw_set_clk(rate_hw, hw); in clk_composite_set_rate()
166 __clk_hw_set_clk(rate_hw, hw); in clk_composite_set_rate_and_parent()
167 __clk_hw_set_clk(mux_hw, hw); in clk_composite_set_rate_and_parent()
187 __clk_hw_set_clk(gate_hw, hw); in clk_composite_is_enabled()
[all …]
Dclk-stm32h7.c701 __clk_hw_set_clk(_hw, hw); in pll_is_enabled()
711 __clk_hw_set_clk(_hw, hw); in pll_enable()
721 __clk_hw_set_clk(_hw, hw); in pll_disable()
/Linux-v4.19/drivers/clk/st/
Dclk-flexgen.c51 __clk_hw_set_clk(pgate_hw, hw); in flexgen_enable()
52 __clk_hw_set_clk(fgate_hw, hw); in flexgen_enable()
68 __clk_hw_set_clk(fgate_hw, hw); in flexgen_disable()
80 __clk_hw_set_clk(fgate_hw, hw); in flexgen_is_enabled()
93 __clk_hw_set_clk(mux_hw, hw); in flexgen_get_parent()
103 __clk_hw_set_clk(mux_hw, hw); in flexgen_set_parent()
138 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_recalc_rate()
139 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_recalc_rate()
158 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_set_rate()
159 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_set_rate()
/Linux-v4.19/drivers/clk/tegra/
Dclk-periph.c30 __clk_hw_set_clk(mux_hw, hw); in clk_periph_get_parent()
41 __clk_hw_set_clk(mux_hw, hw); in clk_periph_set_parent()
53 __clk_hw_set_clk(div_hw, hw); in clk_periph_recalc_rate()
65 __clk_hw_set_clk(div_hw, hw); in clk_periph_round_rate()
77 __clk_hw_set_clk(div_hw, hw); in clk_periph_set_rate()
88 __clk_hw_set_clk(gate_hw, hw); in clk_periph_is_enabled()
99 __clk_hw_set_clk(gate_hw, hw); in clk_periph_enable()
Dclk-super.c135 __clk_hw_set_clk(div_hw, hw); in clk_super_round_rate()
146 __clk_hw_set_clk(div_hw, hw); in clk_super_recalc_rate()
157 __clk_hw_set_clk(div_hw, hw); in clk_super_set_rate()
Dclk-sdmmc-mux.c171 __clk_hw_set_clk(gate_hw, hw); in clk_sdmmc_mux_is_enabled()
182 __clk_hw_set_clk(gate_hw, hw); in clk_sdmmc_mux_enable()
/Linux-v4.19/drivers/clk/ti/
Dadpll.c552 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_enable()
562 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_disable()
571 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_is_enabled()
/Linux-v4.19/drivers/clk/pxa/
Dclk-pxa.c69 __clk_hw_set_clk(&fix->hw, hw); in cken_recalc_rate()
/Linux-v4.19/include/linux/
Dclk-provider.h802 static inline void __clk_hw_set_clk(struct clk_hw *dst, struct clk_hw *src) in __clk_hw_set_clk() function