Home
last modified time | relevance | path

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

/linux/drivers/clk/
A Dclk-composite.c38 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()
153 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_round_rate() local
155 __clk_hw_set_clk(rate_hw, hw); in clk_composite_round_rate()
165 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_set_rate() local
180 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_set_rate_and_parent() local
276 if (rate_hw && rate_ops) { in __clk_hw_register_composite()
300 composite->rate_hw = rate_hw; in __clk_hw_register_composite()
[all …]
/linux/drivers/clk/mvebu/
A Darmada-37xx-periph.c98 struct clk_hw *rate_hw; member
206 .rate_hw = &rate_##_name.hw, \
216 .rate_hw = &rate_##_name.hw, \
232 .rate_hw = &rate_##_name.hw, \
249 .rate_hw = &rate_##_name.hw, \
645 if (data->rate_hw) { in armada_3700_add_composite_clk()
646 rate_hw = data->rate_hw; in armada_3700_add_composite_clk()
647 rate_ops = rate_hw->init->ops; in armada_3700_add_composite_clk()
651 rate = to_clk_double_div(rate_hw); in armada_3700_add_composite_clk()
677 rate_hw = muxrate_hw; in armada_3700_add_composite_clk()
[all …]
/linux/drivers/clk/sunxi/
A Dclk-sunxi.c950 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 = &divider->hw; in sunxi_divs_clk_setup()
1080 rate_hw, rate_ops, in sunxi_divs_clk_setup()
/linux/include/linux/
A Dclk-provider.h1100 struct clk_hw *rate_hw; member
1113 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1119 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1126 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1133 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
1140 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,

Completed in 19 milliseconds