Home
last modified time | relevance | path

Searched refs:clk_hw_get_parent (Results 1 - 25 of 110) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
H A Dccu_phase.c30 parent = clk_hw_get_parent(hw); in ccu_phase_get_phase()
40 grandparent = clk_hw_get_parent(parent); in ccu_phase_get_phase()
66 parent = clk_hw_get_parent(hw); in ccu_phase_set_phase()
76 grandparent = clk_hw_get_parent(parent); in ccu_phase_set_phase()
H A Dccu_gate.c101 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in ccu_gate_round_rate()
/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/
H A Dccu_phase.c30 parent = clk_hw_get_parent(hw); in ccu_phase_get_phase()
40 grandparent = clk_hw_get_parent(parent); in ccu_phase_get_phase()
66 parent = clk_hw_get_parent(hw); in ccu_phase_set_phase()
76 grandparent = clk_hw_get_parent(parent); in ccu_phase_set_phase()
H A Dccu_gate.c104 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in ccu_gate_round_rate()
/kernel/linux/linux-5.10/drivers/clk/at91/
H A Dclk-utmi.c53 hw_parent = clk_hw_get_parent(hw); in clk_utmi_prepare()
173 hw_parent = clk_hw_get_parent(hw); in clk_utmi_sama7g5_prepare()
207 hw_parent = clk_hw_get_parent(hw); in clk_utmi_sama7g5_is_prepared()
H A Dclk-audio-pll.c265 req->best_parent_hw = clk_hw_get_parent(hw); in clk_audio_pll_frac_determine_rate()
276 struct clk_hw *pclk = clk_hw_get_parent(hw); in clk_audio_pll_pad_round_rate()
327 struct clk_hw *pclk = clk_hw_get_parent(hw); in clk_audio_pll_pmc_round_rate()
/kernel/linux/linux-6.6/drivers/clk/at91/
H A Dclk-utmi.c54 hw_parent = clk_hw_get_parent(hw); in clk_utmi_prepare()
203 hw_parent = clk_hw_get_parent(hw); in clk_utmi_sama7g5_prepare()
237 hw_parent = clk_hw_get_parent(hw); in clk_utmi_sama7g5_is_prepared()
H A Dclk-audio-pll.c265 req->best_parent_hw = clk_hw_get_parent(hw); in clk_audio_pll_frac_determine_rate()
276 struct clk_hw *pclk = clk_hw_get_parent(hw); in clk_audio_pll_pad_round_rate()
327 struct clk_hw *pclk = clk_hw_get_parent(hw); in clk_audio_pll_pmc_round_rate()
/kernel/linux/linux-5.10/drivers/clk/ti/
H A Ddpll3xxx.c251 clkinp = clk_hw_get_rate(clk_hw_get_parent(&clk->hw)); in _lookup_dco()
277 clkinp = clk_hw_get_rate(clk_hw_get_parent(&clk->hw)); in _lookup_sddiv()
458 parent = clk_hw_get_parent(hw); in omap3_noncore_dpll_enable()
576 if (clk_hw_get_parent(hw) != dd->clk_ref) in omap3_noncore_dpll_set_rate()
730 hw = clk_hw_get_parent(hw); in omap3_find_clkoutx2_dpll()
H A Dgate.c77 parent_hw = clk_hw_get_parent(clk_hw_get_parent(hw)); in omap36xx_gate_clk_enable_with_hsdiv_restore()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-gate_test.c41 KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); in clk_gate_register_test_parent_names()
61 KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); in clk_gate_register_test_parent_data()
81 KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); in clk_gate_register_test_parent_data_legacy()
99 KUNIT_EXPECT_PTR_EQ(test, parent, clk_hw_get_parent(ret)); in clk_gate_register_test_parent_hw()
/kernel/linux/linux-5.10/drivers/clk/actions/
H A Dowl-factor.c101 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in owl_clk_val_best()
114 clk_hw_get_parent(hw), 1); in owl_clk_val_best()
/kernel/linux/linux-5.10/drivers/clk/rockchip/
H A Dclk-half-divider.c75 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in clk_half_divider_bestdiv()
89 *best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), 1); in clk_half_divider_bestdiv()
H A Dclk.c186 p_rate = clk_hw_get_rate(clk_hw_get_parent(hw)); in rockchip_fractional_approximation()
188 p_parent = clk_hw_get_parent(clk_hw_get_parent(hw)); in rockchip_fractional_approximation()
/kernel/linux/linux-6.6/drivers/clk/actions/
H A Dowl-factor.c100 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in owl_clk_val_best()
113 clk_hw_get_parent(hw), 1); in owl_clk_val_best()
/kernel/linux/linux-6.6/drivers/clk/rockchip/
H A Dclk-half-divider.c75 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in clk_half_divider_bestdiv()
89 *best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), 1); in clk_half_divider_bestdiv()
H A Dclk.c188 p_rate = clk_hw_get_rate(clk_hw_get_parent(hw)); in rockchip_fractional_approximation()
190 p_parent = clk_hw_get_parent(clk_hw_get_parent(hw)); in rockchip_fractional_approximation()
/kernel/linux/linux-6.6/drivers/clk/ti/
H A Dgate.c69 parent_hw = clk_hw_get_parent(clk_hw_get_parent(hw)); in omap36xx_gate_clk_enable_with_hsdiv_restore()
H A Ddpll3xxx.c251 clkinp = clk_hw_get_rate(clk_hw_get_parent(&clk->hw)); in _lookup_dco()
277 clkinp = clk_hw_get_rate(clk_hw_get_parent(&clk->hw)); in _lookup_sddiv()
544 parent = clk_hw_get_parent(hw); in omap3_noncore_dpll_enable()
662 if (clk_hw_get_parent(hw) != dd->clk_ref) in omap3_noncore_dpll_set_rate()
816 hw = clk_hw_get_parent(hw); in omap3_find_clkoutx2_dpll()
/kernel/linux/linux-5.10/drivers/clk/spear/
H A Dclk-vco-pll.c90 clk_hw_get_rate(clk_hw_get_parent(clk_hw_get_parent(hw))); in clk_pll_round_rate_index()
/kernel/linux/linux-6.6/drivers/clk/spear/
H A Dclk-vco-pll.c87 clk_hw_get_rate(clk_hw_get_parent(clk_hw_get_parent(hw))); in clk_pll_round_rate_index()
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-krait.c87 *parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), rate * 2); in krait_div2_round_rate()
/kernel/linux/linux-5.10/drivers/clk/sprd/
H A Dgate.c101 parent = clk_hw_get_parent(hw); in sprd_gate_is_enabled()
/kernel/linux/linux-6.6/drivers/clk/sprd/
H A Dgate.c101 parent = clk_hw_get_parent(hw); in sprd_gate_is_enabled()
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-multiplier.c101 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in __bestmult()

Completed in 14 milliseconds

12345