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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dw100fb.h143 unsigned int fastpll_mode; member in struct:w100fb_par
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dw100fb.c146 return sprintf(buf, "%d\n",par->fastpll_mode);
155 par->fastpll_mode=1;
158 par->fastpll_mode=0;
685 par->fastpll_mode = 0;
1290 w100_set_pll_freq(par, (par->fastpll_mode && mode->fast_pll_freq) ? mode->fast_pll_freq : mode->pll_freq);
1519 hsync=((par->fastpll_mode && mode->fast_pll_freq) ? mode->fast_pll_freq : mode->pll_freq)*100000;

Completed in 206 milliseconds