Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dw100fb.c1077 w100_pwr_state.pll_cntl.f.pll_pvg = 0x0; /* VCO gain = 0 */ in w100_pll_adjust()
1102 ((w100_pwr_state.pll_cntl.f.pll_pvg == 0x7) || in w100_pll_adjust()
1106 w100_pwr_state.pll_cntl.f.pll_pvg = 0x0; in w100_pll_adjust()
1113 } else if ((w100_pwr_state.pll_cntl.f.pll_pvg) < 0x7) { in w100_pll_adjust()
1115 w100_pwr_state.pll_cntl.f.pll_pvg += 0x1; in w100_pll_adjust()
1256 w100_pwr_state.pll_cntl.f.pll_pvg = 0x0; in w100_pwm_setup()
Dw100fb.h689 u32 pll_pvg : 3; member