Home
last modified time | relevance | path

Searched refs:clk_hw_omap (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/drivers/clk/ti/
H A Ddpll3xxx.c501 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap3_dpll_recalc()
524 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap3_noncore_dpll_enable()
566 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap3_noncore_dpll_disable()
588 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap3_noncore_dpll_determine_rate()
622 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap3_noncore_dpll_set_parent()
650 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap3_noncore_dpll_set_rate()
811 struct clk_hw_omap *pclk = NULL; in omap3_find_clkoutx2_dpll()
846 struct clk_hw_omap *pclk = NULL; in omap3_clkoutx2_recalc()
878 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap3_core_dpll_save_context()
907 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap3_core_dpll_restore_context()
[all …]
H A Dclkt_dflt.c50 static int _wait_idlest_generic(struct clk_hw_omap *clk, in _wait_idlest_generic()
85 static void _omap2_module_wait_ready(struct clk_hw_omap *clk) in _omap2_module_wait_ready()
134 void omap2_clk_dflt_find_companion(struct clk_hw_omap *clk, in omap2_clk_dflt_find_companion()
163 void omap2_clk_dflt_find_idlest(struct clk_hw_omap *clk, in omap2_clk_dflt_find_idlest()
196 struct clk_hw_omap *clk; in omap2_dflt_clk_enable()
245 struct clk_hw_omap *clk; in omap2_dflt_clk_disable()
273 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_dflt_clk_is_enabled()
H A Dapll.c34 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in dra7_apll_enable()
85 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in dra7_apll_disable()
102 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in dra7_apll_is_enabled()
132 struct clk_hw_omap *clk_hw = to_clk_hw_omap(hw); in omap_clk_register_apll()
181 struct clk_hw_omap *clk_hw = NULL; in of_dra7_apll_setup()
237 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_apll_is_enabled()
252 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_apll_recalc()
262 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_apll_enable()
293 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_apll_disable()
329 static void omap2_apll_deny_idle(struct clk_hw_omap *clk) in omap2_apll_deny_idle()
[all …]
H A Ddpll44xx.c37 static void omap4_dpllmx_allow_gatectrl(struct clk_hw_omap *clk) in omap4_dpllmx_allow_gatectrl()
55 static void omap4_dpllmx_deny_gatectrl(struct clk_hw_omap *clk) in omap4_dpllmx_deny_gatectrl()
116 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap4_dpll_regm4xen_recalc()
153 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap4_dpll_regm4xen_round_rate()
204 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap4_dpll_regm4xen_determine_rate()
H A Dclk-3xxx.c46 static void omap3430es2_clk_ssi_find_idlest(struct clk_hw_omap *clk, in omap3430es2_clk_ssi_find_idlest()
80 omap3430es2_clk_dss_usbhost_find_idlest(struct clk_hw_omap *clk, in omap3430es2_clk_dss_usbhost_find_idlest()
117 omap3430es2_clk_hsotgusb_find_idlest(struct clk_hw_omap *clk, in omap3430es2_clk_hsotgusb_find_idlest()
147 static void am35xx_clk_find_idlest(struct clk_hw_omap *clk, in am35xx_clk_find_idlest()
171 static void am35xx_clk_find_companion(struct clk_hw_omap *clk, in am35xx_clk_find_companion()
198 static void am35xx_clk_ipss_find_idlest(struct clk_hw_omap *clk, in am35xx_clk_ipss_find_idlest()
H A Dclkt_iclk.c28 void omap2_clkt_iclk_allow_idle(struct clk_hw_omap *clk) in omap2_clkt_iclk_allow_idle()
42 void omap2_clkt_iclk_deny_idle(struct clk_hw_omap *clk) in omap2_clkt_iclk_deny_idle()
68 static void omap2430_clk_i2chs_find_idlest(struct clk_hw_omap *clk, in omap2430_clk_i2chs_find_idlest()
H A Dautoidle.c39 static int _omap2_clk_deny_idle(struct clk_hw_omap *clk) in _omap2_clk_deny_idle()
54 static int _omap2_clk_allow_idle(struct clk_hw_omap *clk) in _omap2_clk_allow_idle()
85 struct clk_hw_omap *c = to_clk_hw_omap(hw); in omap2_clk_deny_idle()
109 struct clk_hw_omap *c = to_clk_hw_omap(hw); in omap2_clk_allow_idle()
H A Dclockdomain.c36 struct clk_hw_omap *clk; in omap2_clkops_enable_clkdm()
71 struct clk_hw_omap *clk; in omap2_clkops_disable_clkdm()
100 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_init_clk_clkdm()
H A Dclock.h253 void omap2_clk_dflt_find_companion(struct clk_hw_omap *clk,
256 void omap2_clk_dflt_find_idlest(struct clk_hw_omap *clk,
260 void omap2_clkt_iclk_allow_idle(struct clk_hw_omap *clk);
261 void omap2_clkt_iclk_deny_idle(struct clk_hw_omap *clk);
303 int omap2_clk_for_each(int (*fn)(struct clk_hw_omap *hw));
H A Dclkt_dpll.c67 static int _dpll_test_fint(struct clk_hw_omap *clk, unsigned int n) in _dpll_test_fint()
205 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_init_dpll_parent()
238 unsigned long omap2_get_dpll_rate(struct clk_hw_omap *clk) in omap2_get_dpll_rate()
286 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_dpll_round_rate()
H A Dclkctrl.c132 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in _omap4_clkctrl_clk_enable()
174 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in _omap4_clkctrl_clk_disable()
206 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in _omap4_clkctrl_clk_is_enabled()
338 struct clk_hw_omap *clk_hw; in _ti_clkctrl_setup_gate()
516 struct clk_hw_omap *hw; in _ti_omap4_clkctrl_setup()
733 struct clk_hw_omap *hwclk; in ti_clk_is_in_standby()
H A Dclk.c605 struct clk_hw_omap *oclk; in of_ti_clk_register_omap_hw()
628 int omap2_clk_for_each(int (*fn)(struct clk_hw_omap *hw)) in omap2_clk_for_each()
631 struct clk_hw_omap *hw; in omap2_clk_for_each()
651 struct clk_hw_omap *oclk; in omap2_clk_is_hw_omap()
H A Dgate.c95 struct clk_hw_omap *clk_hw; in _register_gate()
172 struct clk_hw_omap *gate; in _of_ti_composite_gate_clk_setup()
H A Ddpll.c157 struct clk_hw_omap *clk_hw = to_clk_hw_omap(hw); in _register_dpll()
223 struct clk_hw_omap *clk_hw; in _register_dpll_x2()
283 struct clk_hw_omap *clk_hw = NULL; in of_ti_dpll_setup()
H A Dinterface.c34 struct clk_hw_omap *clk_hw; in _register_interface()
/openbmc/linux/include/linux/clk/
H A Dti.h130 struct clk_hw_omap;
141 void (*find_idlest)(struct clk_hw_omap *oclk,
144 void (*find_companion)(struct clk_hw_omap *oclk,
147 void (*allow_idle)(struct clk_hw_omap *oclk);
148 void (*deny_idle)(struct clk_hw_omap *oclk);
163 struct clk_hw_omap { struct
258 #define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw)
271 unsigned long omap2_get_dpll_rate(struct clk_hw_omap *clk);
/openbmc/linux/arch/arm/mach-omap2/
H A Dclkt2xxx_dpll.c29 static void _allow_idle(struct clk_hw_omap *clk) in _allow_idle()
43 static void _deny_idle(struct clk_hw_omap *clk) in _deny_idle()
H A Dclkt2xxx_dpllcore.c41 static struct clk_hw_omap *dpll_core_ck;
112 struct clk_hw_omap *clk = to_clk_hw_omap(hw); in omap2_reprogram_dpllcore()
H A Domap-iommu.c56 struct clk_hw_omap *hwclk; in _get_pwrdm()
H A Dclkt2xxx_virt_prcm_set.c231 struct clk_hw_omap *hw = NULL; in omap2xxx_clkt_vps_init()
H A Dpdata-quirks.c304 struct clk_hw_omap *hwclk; in ti_sysc_find_one_clockdomain()
H A Domap_hwmod.c628 struct clk_hw_omap *clk; in _get_clkdm()