Searched refs:rate_hw (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/clk/ |
A D | clk-composite.c | 38 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_recalc_rate() local 40 __clk_hw_set_clk(rate_hw, hw); in clk_composite_recalc_rate() 74 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_determine_rate() local 82 if (rate_hw && rate_ops && in clk_composite_determine_rate() 155 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_round_rate() local 157 __clk_hw_set_clk(rate_hw, hw); in clk_composite_round_rate() 167 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_set_rate() local 182 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_set_rate_and_parent() local 278 if (rate_hw && rate_ops) { in __clk_hw_register_composite() 302 composite->rate_hw = rate_hw; in __clk_hw_register_composite() [all …]
|
/linux-6.3-rc2/drivers/clk/mvebu/ |
A D | armada-37xx-periph.c | 99 struct clk_hw *rate_hw; member 207 .rate_hw = &rate_##_name.hw, \ 217 .rate_hw = &rate_##_name.hw, \ 233 .rate_hw = &rate_##_name.hw, \ 250 .rate_hw = &rate_##_name.hw, \ 646 if (data->rate_hw) { in armada_3700_add_composite_clk() 647 rate_hw = data->rate_hw; in armada_3700_add_composite_clk() 648 rate_ops = rate_hw->init->ops; in armada_3700_add_composite_clk() 652 rate = to_clk_double_div(rate_hw); in armada_3700_add_composite_clk() 678 rate_hw = muxrate_hw; in armada_3700_add_composite_clk() [all …]
|
/linux-6.3-rc2/drivers/clk/sunxi/ |
A D | clk-sunxi.c | 950 struct clk_hw *gate_hw, *rate_hw; in sunxi_divs_clk_setup() local 1031 rate_hw = NULL; in sunxi_divs_clk_setup() 1056 rate_hw = &fix_factor->hw; in sunxi_divs_clk_setup() 1072 rate_hw = ÷r->hw; in sunxi_divs_clk_setup() 1080 rate_hw, rate_ops, in sunxi_divs_clk_setup()
|
/linux-6.3-rc2/include/linux/ |
A D | clk-provider.h | 1222 struct clk_hw *rate_hw; member 1235 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1241 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1248 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1255 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1262 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
|
/linux-6.3-rc2/drivers/clk/mediatek/ |
A D | clk-mtk.c | 320 if (composite->rate_hw) in mtk_clk_unregister_composite() 321 div = to_clk_divider(composite->rate_hw); in mtk_clk_unregister_composite()
|
Completed in 14 milliseconds