Home
last modified time | relevance | path

Searched refs:pll_freq (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/arch/mips/kernel/
Dcsrc-powertv.c72 unsigned int pll_freq = mips_get_pll_freq(); in powertv_c0_hpt_clocksource_init() local
74 pr_info("CPU frequency %d.%02d MHz\n", pll_freq / 1000, in powertv_c0_hpt_clocksource_init()
75 (pll_freq % 1000) * 100 / 1000); in powertv_c0_hpt_clocksource_init()
77 mips_hpt_frequency = pll_freq / 2 * 1000; in powertv_c0_hpt_clocksource_init()
/linux-2.6.39/arch/arm/mach-pxa/
Dhimalaya.c58 .pll_freq = 80,
81 .pll_freq = 95,
Deseries.c400 .pll_freq = 57,
589 .pll_freq = 57,
789 .pll_freq = 128,
812 .pll_freq = 100,
Dcorgi.c230 .pll_freq = 75,
253 .pll_freq = 0,
Dhx4700.c454 .pll_freq = 95,
476 .pll_freq = 95,
/linux-2.6.39/include/video/
Dw100fb.h86 char pll_freq; member
Dtgafb.h216 u32 pll_freq; /* pixclock in mhz */ member
/linux-2.6.39/drivers/media/rc/
Dene_ir.h219 int pll_freq; member
Dene_ir.c113 dev->pll_freq = (ene_read_reg(dev, ENE_PLLFRH) << 4) + in ene_hw_detect()
118 dev->pll_freq == ENE_DEFAULT_PLL_FREQ ? 2 : 4; in ene_hw_detect()
130 ene_notice("PLL freq = %d", dev->pll_freq); in ene_hw_detect()
408 dev->pll_freq == ENE_DEFAULT_PLL_FREQ ? 1 : 2; in ene_rx_setup()
/linux-2.6.39/drivers/video/
Dtgafb.c245 u32 htimings, vtimings, pll_freq; local
273 par->pll_freq = pll_freq = 1000000000 / info->var.pixclock;
298 tgafb_set_pll(par, pll_freq);
Dw100fb.c1290 …t_pll_freq(par, (par->fastpll_mode && mode->fast_pll_freq) ? mode->fast_pll_freq : mode->pll_freq); in w100_init_clocks()
1519 hsync=((par->fastpll_mode && mode->fast_pll_freq) ? mode->fast_pll_freq : mode->pll_freq)*100000; in calc_hsync()