Searched refs:osc0 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpmagb-b-fb.c42 unsigned int osc0; member in struct:pmagbbfb_par
222 par->osc0 = freq0;
225 par->osc0 = pmagbbfb_freqs[0];
227 freq1 = (par->osc0 * count1 + count0 / 2) / count0;
238 if (par->osc0 - par->osc1 <= (par->osc0 + par->osc1 + 256) / 512 ||
239 par->osc1 - par->osc0 <= (par->osc0 + par->osc1 + 256) / 512)
246 (1000000000 + par->osc0 / 2) / par->osc0;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dat32ap700x.c107 static struct clk osc0; variable in typeref:struct:clk
277 if (parent == &osc0)
300 static struct clk osc0 = { variable in typeref:struct:clk
301 .name = "osc0",
314 .parent = &osc0,
322 .parent = &osc0,
326 * The main clock can be either osc0 or pll0. The boot loader may
574 else if (parent == &osc0 || parent == &pll0)
601 parent = (control & PM_BIT(PLLSEL)) ? &pll0 : &osc0;
2198 &osc0,
[all...]

Completed in 100 milliseconds