Home
last modified time | relevance | path

Searched refs:clk_hw_get_parent (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/drivers/clk/ti/
Ddpll3xxx.c254 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()
438 parent = clk_hw_get_parent(hw); in omap3_noncore_dpll_enable()
556 if (clk_hw_get_parent(hw) != __clk_get_hw(dd->clk_ref)) in omap3_noncore_dpll_set_rate()
710 hw = clk_hw_get_parent(hw); in omap3_find_clkoutx2_dpll()
Dgate.c76 parent_hw = clk_hw_get_parent(clk_hw_get_parent(hw)); in omap36xx_gate_clk_enable_with_hsdiv_restore()
Dclkt_dpll.c79 fint = clk_hw_get_rate(clk_hw_get_parent(&clk->hw)) / n; in _dpll_test_fint()
Ddivider.c184 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in ti_clk_divider_bestdiv()
197 clk_hw_round_rate(clk_hw_get_parent(hw), 1); in ti_clk_divider_bestdiv()
/linux-4.4.14/drivers/clk/
Dclk-fixed-factor.c48 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_factor_round_rate()
Dclk-multiplier.c75 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in __bestmult()
Dclk-divider.c319 parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), in clk_divider_bestdiv()
331 *best_parent_rate = clk_hw_round_rate(clk_hw_get_parent(hw), 1); in clk_divider_bestdiv()
Dclk-stm32f4.c181 *prate = clk_hw_round_rate(clk_hw_get_parent(hw), best_parent); in clk_apb_mul_round_rate()
Dclk-composite.c82 parent = clk_hw_get_parent(mux_hw); in clk_composite_determine_rate()
Dclk.c299 struct clk_hw *clk_hw_get_parent(const struct clk_hw *hw) in clk_hw_get_parent() function
303 EXPORT_SYMBOL_GPL(clk_hw_get_parent);
/linux-4.4.14/drivers/clk/spear/
Dclk-vco-pll.c90 clk_hw_get_rate(clk_hw_get_parent(clk_hw_get_parent(hw))); in clk_pll_round_rate_index()
/linux-4.4.14/drivers/clk/sirf/
Dclk-common.c170 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-4.4.14/drivers/clk/nxp/
Dclk-lpc18xx-ccu.c190 parent = clk_hw_get_parent(hw); in lpc18xx_ccu_gate_is_enabled()
Dclk-lpc18xx-cgu.c503 parent = clk_hw_get_parent(hw); in lpc18xx_cgu_gate_is_enabled()
/linux-4.4.14/drivers/clk/samsung/
Dclk-cpu.c103 struct clk_hw *parent = clk_hw_get_parent(hw); in exynos_cpuclk_round_rate()
/linux-4.4.14/drivers/clk/qcom/
Dclk-pll.c216 struct clk_pll *p = to_clk_pll(clk_hw_get_parent(hw)); in clk_pll_vote_enable()
/linux-4.4.14/drivers/clk/at91/
Dclk-usb.c276 struct clk_hw *parent = clk_hw_get_parent(hw); in at91rm9200_clk_usb_round_rate()
/linux-4.4.14/include/linux/
Dclk-provider.h650 struct clk_hw *clk_hw_get_parent(const struct clk_hw *hw);
/linux-4.4.14/drivers/clk/tegra/
Dclk-emc.c106 parent_rate = clk_hw_get_rate(clk_hw_get_parent(hw)); in emc_recalc_rate()
/linux-4.4.14/drivers/clk/bcm/
Dclk-kona.c1050 current_parent = clk_hw_get_parent(hw); in kona_peri_clk_determine_rate()