Searched refs:dpll_data (Results 1 – 11 of 11) sorted by relevance
/arch/arm/mach-omap2/ |
D | dpll3xxx.c | 48 const struct dpll_data *dd; in _omap3_dpll_write_clken() 51 dd = clk->dpll_data; in _omap3_dpll_write_clken() 62 const struct dpll_data *dd; in _omap3_wait_dpll_status() 67 dd = clk->dpll_data; in _omap3_wait_dpll_status() 97 fint = __clk_get_rate(clk->dpll_data->clk_ref) / n; in _omap3_dpll_compute_freqsel() 139 const struct dpll_data *dd; in _omap3_noncore_dpll_lock() 146 dd = clk->dpll_data; in _omap3_noncore_dpll_lock() 187 if (!(clk->dpll_data->modes & (1 << DPLL_LOW_POWER_BYPASS))) in _omap3_noncore_dpll_bypass() 218 if (!(clk->dpll_data->modes & (1 << DPLL_LOW_POWER_STOP))) in _omap3_noncore_dpll_stop() 302 struct dpll_data *dd = clk->dpll_data; in omap3_noncore_dpll_program() [all …]
|
D | dpll44xx.c | 105 static void omap4_dpll_lpmode_recalc(struct dpll_data *dd) in omap4_dpll_lpmode_recalc() 133 struct dpll_data *dd; in omap4_dpll_regm4xen_recalc() 135 if (!clk || !clk->dpll_data) in omap4_dpll_regm4xen_recalc() 138 dd = clk->dpll_data; in omap4_dpll_regm4xen_recalc() 167 struct dpll_data *dd; in omap4_dpll_regm4xen_round_rate() 170 if (!clk || !clk->dpll_data) in omap4_dpll_regm4xen_round_rate() 173 dd = clk->dpll_data; in omap4_dpll_regm4xen_round_rate()
|
D | clkt_dpll.c | 81 struct dpll_data *dd; in _dpll_test_fint() 85 dd = clk->dpll_data; in _dpll_test_fint() 193 struct dpll_data *dd; in omap2_init_dpll_parent() 195 dd = clk->dpll_data; in omap2_init_dpll_parent() 239 struct dpll_data *dd; in omap2_get_dpll_rate() 241 dd = clk->dpll_data; in omap2_get_dpll_rate() 298 struct dpll_data *dd; in omap2_dpll_round_rate() 302 if (!clk || !clk->dpll_data) in omap2_dpll_round_rate() 305 dd = clk->dpll_data; in omap2_dpll_round_rate()
|
D | clkt2xxx_dpll.c | 34 if (!clk || !clk->dpll_data) in _allow_idle() 48 if (!clk || !clk->dpll_data) in _deny_idle()
|
D | cclock33xx_data.c | 80 static struct dpll_data dpll_core_dd = { 112 .dpll_data = &dpll_core_dd, 157 static struct dpll_data dpll_mpu_dd = { 189 .dpll_data = &dpll_mpu_dd, 204 static struct dpll_data dpll_ddr_dd = { 234 .dpll_data = &dpll_ddr_dd, 254 static struct dpll_data dpll_disp_dd = { 277 .dpll_data = &dpll_disp_dd, 293 static struct dpll_data dpll_per_dd = { 317 .dpll_data = &dpll_per_dd,
|
D | clkt2xxx_dpllcore.c | 120 const struct dpll_data *dd; in omap2_reprogram_dpllcore() 140 dd = clk->dpll_data; in omap2_reprogram_dpllcore()
|
D | clock.h | 226 struct dpll_data { struct 310 struct dpll_data *dpll_data; member
|
D | cclock44xx_data.c | 133 static struct dpll_data dpll_abe_dd = { 173 .dpll_data = &dpll_abe_dd, 237 static struct dpll_data dpll_core_dd = { 271 .dpll_data = &dpll_core_dd, 375 static struct dpll_data dpll_iva_dd = { 412 .dpll_data = &dpll_iva_dd, 441 static struct dpll_data dpll_mpu_dd = { 469 .dpll_data = &dpll_mpu_dd, 493 static struct dpll_data dpll_per_dd = { 521 .dpll_data = &dpll_per_dd, [all …]
|
D | cclock3xxx_data.c | 89 static struct dpll_data dpll3_dd = { 128 .dpll_data = &dpll3_dd, 229 static struct dpll_data dpll1_dd = { 268 .dpll_data = &dpll1_dd, 313 static struct dpll_data dpll4_dd; 315 static struct dpll_data dpll4_dd_34xx __initdata = { 337 static struct dpll_data dpll4_dd_3630 __initdata = { 377 .dpll_data = &dpll4_dd, 769 static struct dpll_data dpll2_dd = { 799 .dpll_data = &dpll2_dd, [all …]
|
D | cclock2420_data.c | 95 static struct dpll_data dpll_dd = { 127 .dpll_data = &dpll_dd,
|
D | cclock2430_data.c | 95 static struct dpll_data dpll_dd = { 127 .dpll_data = &dpll_dd,
|