Searched refs:rate_hw (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/clk/ |
H 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() 158 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_round_rate() local 160 __clk_hw_set_clk(rate_hw, hw); in clk_composite_round_rate() 170 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_set_rate() local 185 struct clk_hw *rate_hw = composite->rate_hw; in clk_composite_set_rate_and_parent() local 281 if (rate_hw && rate_ops) { in __clk_hw_register_composite() 305 composite->rate_hw = rate_hw; in __clk_hw_register_composite() [all …]
|
/linux/drivers/clk/mvebu/ |
H A D | armada-37xx-periph.c | 98 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/ |
H A D | clk-sunxi.c | 939 struct clk_hw *gate_hw, *rate_hw; in sunxi_divs_clk_setup() local 1020 rate_hw = NULL; in sunxi_divs_clk_setup() 1045 rate_hw = &fix_factor->hw; in sunxi_divs_clk_setup() 1061 rate_hw = ÷r->hw; in sunxi_divs_clk_setup() 1069 rate_hw, rate_ops, in sunxi_divs_clk_setup()
|
/linux/include/linux/ |
H A D | clk-provider.h | 1278 struct clk_hw *rate_hw; member 1291 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1297 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1304 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1311 struct clk_hw *rate_hw, const struct clk_ops *rate_ops, 1318 struct clk_hw *rate_hw, const struct clk_ops *rate_ops,
|
/linux/drivers/clk/mediatek/ |
H 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()
|