Home
last modified time | relevance | path

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

/linux-6.1.9/include/video/
Dw100fb.h140 unsigned int fastpll_mode; member
/linux-6.1.9/drivers/video/fbdev/
Dw100fb.c143 return sprintf(buf, "%d\n",par->fastpll_mode); in fastpllclk_show()
152 par->fastpll_mode=1; in fastpllclk_store()
155 par->fastpll_mode=0; in fastpllclk_store()
693 par->fastpll_mode = 0; in w100fb_probe()
1296 …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()