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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Ddpll3xxx.c51 const struct dpll_data *dd;
54 dd = clk->dpll_data;
65 const struct dpll_data *dd;
69 dd = clk->dpll_data;
98 fint = clk->dpll_data->clk_ref->rate / n;
177 if (!(clk->dpll_data->modes & (1 << DPLL_LOW_POWER_BYPASS)))
210 if (!(clk->dpll_data->modes & (1 << DPLL_LOW_POWER_STOP)))
267 struct dpll_data *dd = clk->dpll_data;
342 struct dpll_data *d
[all...]
H A Dclkt_dpll.c74 struct dpll_data *dd;
78 dd = clk->dpll_data;
176 struct dpll_data *dd;
178 dd = clk->dpll_data;
223 struct dpll_data *dd;
225 dd = clk->dpll_data;
279 if (!clk || !clk->dpll_data)
282 clk->dpll_data->rate_tolerance = tolerance;
297 * computed (m, n) in the DPLL's dpll_data structure so set_rate()
308 struct dpll_data *d
[all...]
H A Dclkt2xxx_dpllcore.c92 const struct dpll_data *dd;
112 dd = clk->dpll_data;
H A Dclock44xx_data.c245 static struct dpll_data dpll_abe_dd = {
267 .dpll_data = &dpll_abe_dd,
400 static struct dpll_data dpll_core_dd = {
422 .dpll_data = &dpll_core_dd,
612 static struct dpll_data dpll_iva_dd = {
634 .dpll_data = &dpll_iva_dd,
672 static struct dpll_data dpll_mpu_dd = {
694 .dpll_data = &dpll_mpu_dd,
744 static struct dpll_data dpll_per_dd = {
766 .dpll_data
[all...]
H A Dclock3xxx_data.c274 static struct dpll_data dpll1_dd = {
301 .dpll_data = &dpll1_dd,
346 static struct dpll_data dpll2_dd = {
374 .dpll_data = &dpll2_dd,
408 static struct dpll_data dpll3_dd = {
434 .dpll_data = &dpll3_dd,
564 static struct dpll_data dpll4_dd;
566 static struct dpll_data dpll4_dd_34xx __initdata = {
589 static struct dpll_data dpll4_dd_3630 __initdata = {
616 .dpll_data
[all...]
H A Dclock2420_data.c101 static struct dpll_data dpll_dd = {
119 .dpll_data = &dpll_dd,
H A Dclock2430_data.c101 static struct dpll_data dpll_dd = {
119 .dpll_data = &dpll_dd,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dclock.h79 struct dpll_data { struct
138 struct dpll_data *dpll_data; member in struct:clk

Completed in 131 milliseconds