Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-composite.c17 __clk_hw_set_clk(mux_hw, hw); in clk_composite_get_parent()
28 __clk_hw_set_clk(mux_hw, hw); in clk_composite_set_parent()
40 __clk_hw_set_clk(rate_hw, hw); in clk_composite_recalc_rate()
142 __clk_hw_set_clk(rate_hw, hw); in clk_composite_determine_rate()
145 __clk_hw_set_clk(mux_hw, hw); in clk_composite_determine_rate()
160 __clk_hw_set_clk(rate_hw, hw); in clk_composite_round_rate()
172 __clk_hw_set_clk(rate_hw, hw); in clk_composite_set_rate()
189 __clk_hw_set_clk(rate_hw, hw); in clk_composite_set_rate_and_parent()
190 __clk_hw_set_clk(mux_hw, hw); in clk_composite_set_rate_and_parent()
210 __clk_hw_set_clk(gate_hw, hw); in clk_composite_is_enabled()
[all …]
H A Dclk-stm32h7.c700 __clk_hw_set_clk(_hw, hw); in pll_is_enabled()
710 __clk_hw_set_clk(_hw, hw); in pll_enable()
720 __clk_hw_set_clk(_hw, hw); in pll_disable()
/linux/drivers/clk/tegra/
H A Dclk-periph.c20 __clk_hw_set_clk(mux_hw, hw); in clk_periph_get_parent()
31 __clk_hw_set_clk(mux_hw, hw); in clk_periph_set_parent()
43 __clk_hw_set_clk(div_hw, hw); in clk_periph_recalc_rate()
56 __clk_hw_set_clk(div_hw, hw); in clk_periph_determine_rate()
73 __clk_hw_set_clk(div_hw, hw); in clk_periph_set_rate()
84 __clk_hw_set_clk(gate_hw, hw); in clk_periph_is_enabled()
95 __clk_hw_set_clk(gate_hw, hw); in clk_periph_enable()
H A Dclk-super.c152 __clk_hw_set_clk(div_hw, hw); in clk_super_determine_rate()
169 __clk_hw_set_clk(div_hw, hw); in clk_super_recalc_rate()
180 __clk_hw_set_clk(div_hw, hw); in clk_super_set_rate()
H A Dclk-sdmmc-mux.c172 __clk_hw_set_clk(gate_hw, hw); in clk_sdmmc_mux_is_enabled()
183 __clk_hw_set_clk(gate_hw, hw); in clk_sdmmc_mux_enable()
/linux/drivers/clk/st/
H A Dclk-flexgen.c59 __clk_hw_set_clk(pgate_hw, hw); in flexgen_enable()
60 __clk_hw_set_clk(fgate_hw, hw); in flexgen_enable()
76 __clk_hw_set_clk(fgate_hw, hw); in flexgen_disable()
88 __clk_hw_set_clk(fgate_hw, hw); in flexgen_is_enabled()
101 __clk_hw_set_clk(mux_hw, hw); in flexgen_get_parent()
111 __clk_hw_set_clk(mux_hw, hw); in flexgen_set_parent()
147 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_recalc_rate()
148 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_recalc_rate()
167 __clk_hw_set_clk(pdiv_hw, hw); in flexgen_set_rate()
168 __clk_hw_set_clk(fdiv_hw, hw); in flexgen_set_rate()
/linux/drivers/clk/ti/
H A Dadpll.c539 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_enable()
549 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_disable()
558 __clk_hw_set_clk(gate_hw, hw); in ti_adpll_clkout_is_enabled()
/linux/drivers/clk/pxa/
H A Dclk-pxa.c67 __clk_hw_set_clk(&fix->hw, hw); in cken_recalc_rate()
/linux/include/linux/
H A Dclk-provider.h1383 static inline void __clk_hw_set_clk(struct clk_hw *dst, struct clk_hw *src) in __clk_hw_set_clk() function
/linux/drivers/clk/stm32/
H A Dclk-stm32mp1.c884 __clk_hw_set_clk(mux_hw, hw); in pll_get_parent()