Home
last modified time | relevance | path

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

/linux-4.4.14/include/video/
Dw100fb.h143 unsigned int fastpll_mode; member
/linux-4.4.14/drivers/video/fbdev/
Dw100fb.c147 return sprintf(buf, "%d\n",par->fastpll_mode); in fastpllclk_show()
156 par->fastpll_mode=1; in fastpllclk_store()
159 par->fastpll_mode=0; in fastpllclk_store()
686 par->fastpll_mode = 0; in w100fb_probe()
1290 …w100_set_pll_freq(par, (par->fastpll_mode && mode->fast_pll_freq) ? mode->fast_pll_freq : mode->pl… in w100_init_clocks()
1519 hsync=((par->fastpll_mode && mode->fast_pll_freq) ? mode->fast_pll_freq : mode->pll_freq)*100000; in calc_hsync()