Searched refs:__clk_get_hw (Results 1 – 25 of 44) sorted by relevance
12
22 struct clk_hw *hw = __clk_get_hw(clk); in sunxi_ccu_set_mmc_timing_mode()55 struct clk_hw *hw = __clk_get_hw(clk); in sunxi_ccu_get_mmc_timing_mode()
131 cl->clk_hw = __clk_get_hw(cl->clk); in clkdev_add()140 cl->clk_hw = __clk_get_hw(cl->clk); in clkdev_add_table()209 cl = vclkdev_create(__clk_get_hw(clk), con_id, dev_fmt, ap); in clkdev_create()321 return do_clk_register_clkdev(__clk_get_hw(clk), &cl, con_id, in clk_register_clkdev()
119 hw = __clk_get_hw(clk); in clk_unregister_fixed_rate()
204 hw = __clk_get_hw(clk); in clk_unregister_gate()
161 hw = __clk_get_hw(clk); in clk_unregister_fixed_factor()
265 hw = __clk_get_hw(clk); in clk_unregister_mux()
90 hw = __clk_get_hw(clk); in omap2_clk_deny_idle()114 hw = __clk_get_hw(clk); in omap2_clk_allow_idle()
264 cdesc = to_atl_desc(__clk_get_hw(clk)); in of_dra7_atl_clk_probe()292 atl_clk_enable(__clk_get_hw(clk)); in of_dra7_atl_clk_probe()
147 clk_hw = __clk_get_hw(clk); in of_ti_clockdomain_setup()
155 ad->clk_ref = __clk_get_hw(clk); in omap_clk_register_apll()167 ad->clk_bypass = __clk_get_hw(clk); in omap_clk_register_apll()
180 dd->clk_ref = __clk_get_hw(clk); in _register_dpll()193 dd->clk_bypass = __clk_get_hw(clk); in _register_dpll()
107 return __clk_get_hw(clk); in imx_obtain_fixed_clock_hw()119 return __clk_get_hw(clk); in imx_obtain_fixed_clk_hw()
232 hw = __clk_get_hw(clk); in tegra20_clk_set_emc_round_callback()290 hw = __clk_get_hw(emc_clk); in tegra20_clk_prepare_emc_mc_same_freq()
298 struct clk_hw *hw = __clk_get_hw(clk); in tegra210_clk_emc_attach()366 struct tegra210_clk_emc *emc = to_tegra210_clk_emc(__clk_get_hw(clk)); in tegra210_clk_emc_detach()
273 clk_hw_reparent(&tegra->hw, __clk_get_hw(timing->parent)); in emc_set_timing()559 hw = __clk_get_hw(clk); in tegra124_clk_set_emc_callbacks()
550 parent_data[0].hw = __clk_get_hw(spicc->pclk); in meson_spicc_clk_init()552 parent_data[0].hw = __clk_get_hw(spicc->core); in meson_spicc_clk_init()600 parent_data[0].hw = __clk_get_hw(spicc->pclk); in meson_spicc_clk_init()602 parent_data[0].hw = __clk_get_hw(spicc->core); in meson_spicc_clk_init()
82 hwclk = to_clk_hw_omap(__clk_get_hw(clk)); in _get_pwrdm()
285 struct clk_hw *hw = __clk_get_hw(clk); in ti_sysc_find_one_clockdomain()
293 struct clk_hw *hw = __clk_get_hw(clk); in davinci_lpsc_clk_reset()342 hw = __clk_get_hw(clk); in davinci_psc_reset_of_xlate()
310 struct clk_hw *hw = __clk_get_hw(cnd->clk); in davinci_pllen_rate_change()644 struct clk_hw *hw = __clk_get_hw(clk_get_parent(cnd->clk)); in davinci_pll_sysclk_rate_change()
282 to_clk_mux(__clk_get_hw(ctrl->muxes[n])); in clk_muxing_get_src()
211 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src()
181 hwclk = __clk_get_hw(policy->clk); in qoriq_cpufreq_cpu_init()
290 struct clk_hw *hw = __clk_get_hw(clk); in sunxi_factors_unregister()
123 hw = clk_hw_get_parent_by_index(__clk_get_hw(clk), index); in clk_get_parent_by_index()
Completed in 31 milliseconds