Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Ddpll3xxx.c45 const struct dpll_data *dd; in _omap3_dpll_write_clken()
48 dd = clk->dpll_data; in _omap3_dpll_write_clken()
59 const struct dpll_data *dd; in _omap3_wait_dpll_status()
64 dd = clk->dpll_data; in _omap3_wait_dpll_status()
94 fint = __clk_get_rate(clk->dpll_data->clk_ref) / n; in _omap3_dpll_compute_freqsel()
136 const struct dpll_data *dd; in _omap3_noncore_dpll_lock()
143 dd = clk->dpll_data; in _omap3_noncore_dpll_lock()
184 if (!(clk->dpll_data->modes & (1 << DPLL_LOW_POWER_BYPASS))) in _omap3_noncore_dpll_bypass()
215 if (!(clk->dpll_data->modes & (1 << DPLL_LOW_POWER_STOP))) in _omap3_noncore_dpll_stop()
299 struct dpll_data *dd = clk->dpll_data; in omap3_noncore_dpll_program()
[all …]
Ddpll44xx.c92 static void omap4_dpll_lpmode_recalc(struct dpll_data *dd) in omap4_dpll_lpmode_recalc()
120 struct dpll_data *dd; in omap4_dpll_regm4xen_recalc()
122 if (!clk || !clk->dpll_data) in omap4_dpll_regm4xen_recalc()
125 dd = clk->dpll_data; in omap4_dpll_regm4xen_recalc()
154 struct dpll_data *dd; in omap4_dpll_regm4xen_round_rate()
157 if (!clk || !clk->dpll_data) in omap4_dpll_regm4xen_round_rate()
160 dd = clk->dpll_data; in omap4_dpll_regm4xen_round_rate()
211 struct dpll_data *dd; in omap4_dpll_regm4xen_determine_rate()
216 dd = clk->dpll_data; in omap4_dpll_regm4xen_determine_rate()
Dclkt_dpll.c70 struct dpll_data *dd; in _dpll_test_fint()
74 dd = clk->dpll_data; in _dpll_test_fint()
208 struct dpll_data *dd; in omap2_init_dpll_parent()
210 dd = clk->dpll_data; in omap2_init_dpll_parent()
243 struct dpll_data *dd; in omap2_get_dpll_rate()
245 dd = clk->dpll_data; in omap2_get_dpll_rate()
291 struct dpll_data *dd; in omap2_dpll_round_rate()
297 if (!clk || !clk->dpll_data) in omap2_dpll_round_rate()
300 dd = clk->dpll_data; in omap2_dpll_round_rate()
Dclkt2xxx_dpll.c34 if (!clk || !clk->dpll_data) in _allow_idle()
48 if (!clk || !clk->dpll_data) in _deny_idle()
Dclkt2xxx_dpllcore.c118 const struct dpll_data *dd; in omap2_reprogram_dpllcore()
137 dd = clk->dpll_data; in omap2_reprogram_dpllcore()
/linux-4.1.27/drivers/clk/ti/
Dapll.c41 struct dpll_data *ad; in dra7_apll_enable()
46 ad = clk->dpll_data; in dra7_apll_enable()
91 struct dpll_data *ad; in dra7_apll_disable()
95 ad = clk->dpll_data; in dra7_apll_disable()
108 struct dpll_data *ad; in dra7_apll_is_enabled()
111 ad = clk->dpll_data; in dra7_apll_is_enabled()
137 struct dpll_data *ad = clk_hw->dpll_data; in omap_clk_register_apll()
161 kfree(clk_hw->dpll_data); in omap_clk_register_apll()
169 struct dpll_data *ad = NULL; in of_dra7_apll_setup()
181 clk_hw->dpll_data = ad; in of_dra7_apll_setup()
[all …]
Ddpll.c146 struct dpll_data *dd = clk_hw->dpll_data; in _register_dpll()
173 kfree(clk_hw->dpll_data); in _register_dpll()
197 struct dpll_data *dd; in ti_clk_register_dpll()
222 clk_hw->dpll_data = dd; in ti_clk_register_dpll()
338 const struct dpll_data *ddt) in of_ti_dpll_setup()
343 struct dpll_data *dd = NULL; in of_ti_dpll_setup()
355 clk_hw->dpll_data = dd; in of_ti_dpll_setup()
452 const struct dpll_data dd = { in of_ti_omap3_dpll_setup()
472 const struct dpll_data dd = { in of_ti_omap3_core_dpll_setup()
491 const struct dpll_data dd = { in of_ti_omap3_per_dpll_setup()
[all …]
/linux-4.1.27/include/linux/clk/
Dti.h68 struct dpll_data { struct
148 struct dpll_data *dpll_data; member