Home
last modified time | relevance | path

Searched refs:__clk_get_hw (Results 1 – 33 of 33) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
Ddpll3xxx.c430 parent = __clk_get_hw(__clk_get_parent(hw->clk)); in omap3_noncore_dpll_enable()
433 WARN_ON(parent != __clk_get_hw(dd->clk_bypass)); in omap3_noncore_dpll_enable()
436 WARN_ON(parent != __clk_get_hw(dd->clk_ref)); in omap3_noncore_dpll_enable()
493 *best_parent_clk = __clk_get_hw(dd->clk_bypass); in omap3_noncore_dpll_determine_rate()
496 *best_parent_clk = __clk_get_hw(dd->clk_ref); in omap3_noncore_dpll_determine_rate()
554 if (__clk_get_hw(__clk_get_parent(hw->clk)) != in omap3_noncore_dpll_set_rate()
555 __clk_get_hw(dd->clk_ref)) in omap3_noncore_dpll_set_rate()
713 hw = __clk_get_hw(parent); in omap3_find_clkoutx2_dpll()
Ddpll44xx.c222 *best_parent_clk = __clk_get_hw(dd->clk_bypass); in omap4_dpll_regm4xen_determine_rate()
226 *best_parent_clk = __clk_get_hw(dd->clk_ref); in omap4_dpll_regm4xen_determine_rate()
Dclock36xx.c52 parent_hw = __clk_get_hw(__clk_get_parent(clk->clk)); in omap36xx_pwrdn_clk_enable_with_hsdiv_restore()
Dclock.c602 c = to_clk_hw_omap(__clk_get_hw(clk)); in omap2_init_clk_hw_omap_clocks()
663 c = to_clk_hw_omap(__clk_get_hw(clk)); in omap2_clk_deny_idle()
682 c = to_clk_hw_omap(__clk_get_hw(clk)); in omap2_clk_allow_idle()
Domap_hwmod.c696 clk = to_clk_hw_omap(__clk_get_hw(oh->_clk)); in _get_clkdm()
3605 clk = to_clk_hw_omap(__clk_get_hw(c)); in omap_hwmod_get_pwrdm()
/linux-4.1.27/drivers/clk/
Dclk.h31 static struct clk_hw *__clk_get_hw(struct clk *clk) in __clk_get_hw() function
Dclk-composite.c88 *best_parent_p = __clk_get_hw(parent); in clk_composite_determine_rate()
111 *best_parent_p = __clk_get_hw(parent); in clk_composite_determine_rate()
Dclk-gate.c171 hw = __clk_get_hw(clk); in clk_unregister_gate()
Dclk-mux.c186 hw = __clk_get_hw(clk); in clk_unregister_mux()
Dclkdev.c180 clk = __clk_create_clk(__clk_get_hw(cl->clk), dev_id, con_id); in clk_get_sys()
Dclk-divider.c515 hw = __clk_get_hw(clk); in clk_unregister_divider()
Dclk.c590 struct clk_hw *__clk_get_hw(struct clk *clk) in __clk_get_hw() function
594 EXPORT_SYMBOL_GPL(__clk_get_hw);
2995 clk = __clk_create_clk(__clk_get_hw(clk), dev_id, in __of_clk_get_from_provider()
/linux-4.1.27/drivers/clk/ti/
Dclockdomain.c49 clk_hw = __clk_get_hw(clk); in of_ti_clockdomain_setup()
Dclk-dra7-atl.c261 cdesc = to_atl_desc(__clk_get_hw(clk)); in of_dra7_atl_clk_probe()
288 atl_clk_enable(__clk_get_hw(clk)); in of_dra7_atl_clk_probe()
Dclk.c251 clk_hw = __clk_get_hw(clk); in ti_clk_register_clk()
Dgate.c76 parent_hw = __clk_get_hw(__clk_get_parent(__clk_get_parent(clk->clk))); in omap36xx_gate_clk_enable_with_hsdiv_restore()
/linux-4.1.27/drivers/clk/qcom/
Dclk-rcg2.c213 *p_hw = __clk_get_hw(p); in _freq_tbl_determine_rate()
393 *p = __clk_get_hw(clk_get_parent_by_index(hw->clk, index)); in clk_edp_pixel_determine_rate()
446 *p_hw = __clk_get_hw(p); in clk_byte_determine_rate()
510 *p = __clk_get_hw(parent); in clk_pixel_determine_rate()
Dclk-pll.c216 struct clk_pll *p = to_clk_pll(__clk_get_hw(__clk_get_parent(hw->clk))); in clk_pll_vote_enable()
Dclk-rcg.c438 *p_hw = __clk_get_hw(p); in _freq_tbl_determine_rate()
481 *p_hw = __clk_get_hw(p); in clk_rcg_bypass_determine_rate()
/linux-4.1.27/drivers/clk/sunxi/
Dclk-sun6i-ar100.c105 *best_parent_clk = __clk_get_hw(parent); in ar100_determine_rate()
Dclk-factors.c113 *best_parent_p = __clk_get_hw(best_parent); in clk_factors_determine_rate()
Dclk-sunxi.c153 *best_parent_clk = __clk_get_hw(best_parent); in sun6i_ahb1_clk_determine_rate()
/linux-4.1.27/drivers/clk/mvebu/
Dkirkwood.c272 to_clk_mux(__clk_get_hw(ctrl->muxes[n])); in clk_muxing_get_src()
Dcommon.c216 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src()
/linux-4.1.27/drivers/clk/at91/
Dclk-programmable.c89 *best_parent_hw = __clk_get_hw(parent); in clk_programmable_determine_rate()
Dclk-usb.c96 *best_parent_hw = __clk_get_hw(parent); in at91sam9x5_clk_usb_determine_rate()
/linux-4.1.27/include/linux/
Dclk-provider.h568 struct clk_hw *__clk_get_hw(struct clk *clk);
/linux-4.1.27/drivers/clk/bcm/
Dclk-kona.c1066 *best_parent = __clk_get_hw(parent); in kona_peri_clk_determine_rate()
1262 bcm_clk = to_kona_clk(__clk_get_hw(clks[which])); in kona_ccu_init()
Dclk-kona-setup.c708 hw = __clk_get_hw(clk); in kona_clk_teardown()
/linux-4.1.27/drivers/clk/mmp/
Dclk-mix.c269 *best_parent_clk = __clk_get_hw(parent_best); in mmp_clk_mix_determine_rate()
/linux-4.1.27/drivers/clk/st/
Dclkgen-mux.c817 composite = container_of(__clk_get_hw(clk_data->clks[i]), in st_of_clkgen_vcc_setup()
/linux-4.1.27/drivers/clk/sirf/
Dclk-common.c171 return pll_clk_round_rate(__clk_get_hw(parent_clk), rate, &pll_parent_rate); in cpu_clk_round_rate()
/linux-4.1.27/arch/mips/alchemy/common/
Dclock.c473 *best_parent_clk = __clk_get_hw(bpc); in alchemy_clk_fgcs_detr()