Home
last modified time | relevance | path

Searched refs:fast_pll_freq (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/video/
H A Dw100fb.h84 char fast_pll_freq; member
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dcorgi.c232 .fast_pll_freq = 100,
255 .fast_pll_freq = 0,
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dw100fb.c1296 …w100_set_pll_freq(par, (par->fastpll_mode && mode->fast_pll_freq) ? mode->fast_pll_freq : mode->pl… in w100_init_clocks()
1525 hsync=((par->fastpll_mode && mode->fast_pll_freq) ? mode->fast_pll_freq : mode->pll_freq)*100000; in calc_hsync()