Lines Matching refs:clk_hw_omap
42 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in dra7_apll_enable()
93 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in dra7_apll_disable()
110 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in dra7_apll_is_enabled()
140 struct clk_hw_omap *clk_hw = to_clk_hw_omap(hw); in omap_clk_register_apll()
187 struct clk_hw_omap *clk_hw = NULL; in of_dra7_apll_setup()
243 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_apll_is_enabled()
258 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_apll_recalc()
268 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_apll_enable()
299 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_apll_disable()
316 static void omap2_apll_set_autoidle(struct clk_hw_omap *clk, u32 val) in omap2_apll_set_autoidle()
330 static void omap2_apll_allow_idle(struct clk_hw_omap *clk) in omap2_apll_allow_idle()
335 static void omap2_apll_deny_idle(struct clk_hw_omap *clk) in omap2_apll_deny_idle()
348 struct clk_hw_omap *clk_hw = NULL; in of_omap2_apll_setup()