Home
last modified time | relevance | path

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

/Linux-v5.4/include/video/
Dw100fb.h84 char fast_pll_freq; member
/Linux-v5.4/arch/arm/mach-pxa/
Dcorgi.c232 .fast_pll_freq = 100,
255 .fast_pll_freq = 0,
/Linux-v5.4/drivers/video/fbdev/
Dw100fb.c1283 …w100_set_pll_freq(par, (par->fastpll_mode && mode->fast_pll_freq) ? mode->fast_pll_freq : mode->pl… in w100_init_clocks()
1512 hsync=((par->fastpll_mode && mode->fast_pll_freq) ? mode->fast_pll_freq : mode->pll_freq)*100000; in calc_hsync()