Searched refs:clk_hw_get_parent (Results 1 – 25 of 39) sorted by relevance
12
/Linux-v4.19/drivers/clk/sunxi-ng/ |
D | ccu_phase.c | 33 parent = clk_hw_get_parent(hw); in ccu_phase_get_phase() 43 grandparent = clk_hw_get_parent(parent); in ccu_phase_get_phase() 69 parent = clk_hw_get_parent(hw); in ccu_phase_set_phase() 79 grandparent = clk_hw_get_parent(parent); in ccu_phase_set_phase()
|
D | ccu_gate.c | 104 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in ccu_gate_round_rate()
|
D | ccu_mux.c | 96 best_parent = clk_hw_get_parent(hw); in ccu_mux_helper_determine_rate()
|
/Linux-v4.19/drivers/clk/ti/ |
D | dpll3xxx.c | 254 clkinp = clk_hw_get_rate(clk_hw_get_parent(&clk->hw)); in _lookup_dco() 280 clkinp = clk_hw_get_rate(clk_hw_get_parent(&clk->hw)); in _lookup_sddiv() 461 parent = clk_hw_get_parent(hw); in omap3_noncore_dpll_enable() 579 if (clk_hw_get_parent(hw) != dd->clk_ref) in omap3_noncore_dpll_set_rate() 733 hw = clk_hw_get_parent(hw); in omap3_find_clkoutx2_dpll()
|
D | gate.c | 74 parent_hw = clk_hw_get_parent(clk_hw_get_parent(hw)); in omap36xx_gate_clk_enable_with_hsdiv_restore()
|
D | clkt_dpll.c | 79 fint = clk_hw_get_rate(clk_hw_get_parent(&clk->hw)) / n; in _dpll_test_fint()
|
D | divider.c | 211 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in ti_clk_divider_bestdiv() 224 clk_hw_round_rate(clk_hw_get_parent(hw), 1); in ti_clk_divider_bestdiv()
|
/Linux-v4.19/drivers/clk/actions/ |
D | owl-factor.c | 102 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in clk_val_best() 115 clk_hw_get_parent(hw), 1); in clk_val_best()
|
/Linux-v4.19/drivers/clk/rockchip/ |
D | clk-half-divider.c | 74 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in clk_half_divider_bestdiv() 88 *best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), 1); in clk_half_divider_bestdiv()
|
D | clk.c | 193 p_rate = clk_hw_get_rate(clk_hw_get_parent(hw)); in rockchip_fractional_approximation() 195 p_parent = clk_hw_get_parent(clk_hw_get_parent(hw)); in rockchip_fractional_approximation()
|
/Linux-v4.19/drivers/clk/at91/ |
D | clk-audio-pll.c | 268 req->best_parent_hw = clk_hw_get_parent(hw); in clk_audio_pll_frac_determine_rate() 279 struct clk_hw *pclk = clk_hw_get_parent(hw); in clk_audio_pll_pad_round_rate() 330 struct clk_hw *pclk = clk_hw_get_parent(hw); in clk_audio_pll_pmc_round_rate()
|
D | clk-utmi.c | 58 hw_parent = clk_hw_get_parent(hw); in clk_utmi_prepare()
|
D | clk-usb.c | 280 struct clk_hw *parent = clk_hw_get_parent(hw); in at91rm9200_clk_usb_round_rate()
|
/Linux-v4.19/drivers/clk/spear/ |
D | clk-vco-pll.c | 90 clk_hw_get_rate(clk_hw_get_parent(clk_hw_get_parent(hw))); in clk_pll_round_rate_index()
|
/Linux-v4.19/drivers/clk/ |
D | clk-multiplier.c | 87 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in __bestmult()
|
D | clk-fixed-factor.c | 47 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_factor_round_rate()
|
D | clk-composite.c | 80 parent = clk_hw_get_parent(mux_hw); in clk_composite_determine_rate()
|
D | clk-stm32h7.c | 861 hwp = clk_hw_get_parent(hw); in odf_divider_set_rate() 891 hwp = clk_hw_get_parent(hw); in odf_gate_enable() 914 hwp = clk_hw_get_parent(hw); in odf_gate_disable()
|
/Linux-v4.19/include/linux/ |
D | clk-provider.h | 778 struct clk_hw *clk_hw_get_parent(const struct clk_hw *hw); 813 return divider_round_rate_parent(hw, clk_hw_get_parent(hw), in divider_round_rate() 823 return divider_ro_round_rate_parent(hw, clk_hw_get_parent(hw), in divider_ro_round_rate()
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun4i_dotclock.c | 97 rounded = clk_hw_round_rate(clk_hw_get_parent(hw), in sun4i_dclk_round_rate()
|
/Linux-v4.19/drivers/clk/sirf/ |
D | clk-common.c | 170 struct clk_hw *parent_clk = clk_hw_get_parent(hw); in cpu_clk_round_rate() 171 struct clk_hw *pll_parent_clk = clk_hw_get_parent(parent_clk); in cpu_clk_round_rate() 183 struct clk_hw *parent_clk = clk_hw_get_parent(hw); in cpu_clk_recalc_rate()
|
/Linux-v4.19/drivers/clk/meson/ |
D | sclk-div.c | 49 struct clk_hw *parent = clk_hw_get_parent(hw); in sclk_div_bestdiv()
|
/Linux-v4.19/drivers/clk/nxp/ |
D | clk-lpc18xx-ccu.c | 188 parent = clk_hw_get_parent(hw); in lpc18xx_ccu_gate_is_enabled()
|
/Linux-v4.19/drivers/clk/qcom/ |
D | clk-pll.c | 211 struct clk_pll *p = to_clk_pll(clk_hw_get_parent(hw)); in clk_pll_vote_enable()
|
/Linux-v4.19/drivers/clk/samsung/ |
D | clk-cpu.c | 110 struct clk_hw *parent = clk_hw_get_parent(hw); in exynos_cpuclk_round_rate()
|
12