Home
last modified time | relevance | path

Searched refs:dpll_data (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/clk/ti/
H A Ddpll3xxx.c49 const struct dpll_data *dd; in _omap3_dpll_write_clken()
52 dd = clk->dpll_data; in _omap3_dpll_write_clken()
63 const struct dpll_data *dd; in _omap3_wait_dpll_status()
68 dd = clk->dpll_data; in _omap3_wait_dpll_status()
98 fint = clk_hw_get_rate(clk->dpll_data->clk_ref) / n; in _omap3_dpll_compute_freqsel()
140 const struct dpll_data *dd; in _omap3_noncore_dpll_lock()
147 dd = clk->dpll_data; in _omap3_noncore_dpll_lock()
189 if (!(clk->dpll_data->modes & (1 << DPLL_LOW_POWER_BYPASS))) in _omap3_noncore_dpll_bypass()
220 if (!(clk->dpll_data->modes & (1 << DPLL_LOW_POWER_STOP))) in _omap3_noncore_dpll_stop()
303 struct dpll_data *dd = clk->dpll_data; in omap3_noncore_dpll_ssc_program()
[all …]
H A Dapll.c36 struct dpll_data *ad; in dra7_apll_enable()
41 ad = clk->dpll_data; in dra7_apll_enable()
86 struct dpll_data *ad; in dra7_apll_disable()
90 ad = clk->dpll_data; in dra7_apll_disable()
103 struct dpll_data *ad; in dra7_apll_is_enabled()
106 ad = clk->dpll_data; in dra7_apll_is_enabled()
133 struct dpll_data *ad = clk_hw->dpll_data; in omap_clk_register_apll()
172 kfree(clk_hw->dpll_data); in omap_clk_register_apll()
180 struct dpll_data *ad = NULL; in of_dra7_apll_setup()
192 clk_hw->dpll_data = ad; in of_dra7_apll_setup()
[all …]
H A Ddpll.c150 struct dpll_data *dd = clk_hw->dpll_data; in _register_dpll()
192 kfree(clk_hw->dpll_data); in _register_dpll()
273 const struct dpll_data *ddt) in of_ti_dpll_setup()
278 struct dpll_data *dd = NULL; in of_ti_dpll_setup()
289 clk_hw->dpll_data = dd; in of_ti_dpll_setup()
407 const struct dpll_data dd = { in of_ti_omap3_dpll_setup()
432 const struct dpll_data dd = { in of_ti_omap3_core_dpll_setup()
451 const struct dpll_data dd = { in of_ti_omap3_per_dpll_setup()
471 const struct dpll_data dd = { in of_ti_omap3_per_jtype_dpll_setup()
494 const struct dpll_data dd = { in of_ti_omap4_dpll_setup()
[all …]
H A Dclkt_dpll.c69 struct dpll_data *dd; in _dpll_test_fint()
73 dd = clk->dpll_data; in _dpll_test_fint()
207 struct dpll_data *dd; in omap2_init_dpll_parent()
209 dd = clk->dpll_data; in omap2_init_dpll_parent()
242 struct dpll_data *dd; in omap2_get_dpll_rate()
244 dd = clk->dpll_data; in omap2_get_dpll_rate()
289 struct dpll_data *dd; in omap2_dpll_determine_rate()
295 if (!clk || !clk->dpll_data) in omap2_dpll_determine_rate()
298 dd = clk->dpll_data; in omap2_dpll_determine_rate()
H A Ddpll44xx.c90 static void omap4_dpll_lpmode_recalc(struct dpll_data *dd) in omap4_dpll_lpmode_recalc()
119 struct dpll_data *dd; in omap4_dpll_regm4xen_recalc()
121 if (!clk || !clk->dpll_data) in omap4_dpll_regm4xen_recalc()
124 dd = clk->dpll_data; in omap4_dpll_regm4xen_recalc()
150 struct dpll_data *dd; in omap4_dpll_regm4xen_determine_rate()
155 dd = clk->dpll_data; in omap4_dpll_regm4xen_determine_rate()
/linux/arch/arm/mach-omap2/
H A Dclkt2xxx_dpll.c31 if (!clk || !clk->dpll_data) in _allow_idle()
45 if (!clk || !clk->dpll_data) in _deny_idle()
H A Dclkt2xxx_dpllcore.c116 const struct dpll_data *dd; in omap2_reprogram_dpllcore()
135 dd = clk->dpll_data; in omap2_reprogram_dpllcore()
/linux/include/linux/clk/
H A Dti.h87 struct dpll_data { struct
175 struct dpll_data *dpll_data; member