Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/
Dw100fb.c1082 w100_pwr_state.pll_cntl.f.pll_pvg = 0x0; /* VCO gain = 0 */ in w100_pll_adjust()
1107 ((w100_pwr_state.pll_cntl.f.pll_pvg == 0x7) || in w100_pll_adjust()
1111 w100_pwr_state.pll_cntl.f.pll_pvg = 0x0; in w100_pll_adjust()
1118 } else if ((w100_pwr_state.pll_cntl.f.pll_pvg) < 0x7) { in w100_pll_adjust()
1120 w100_pwr_state.pll_cntl.f.pll_pvg += 0x1; in w100_pll_adjust()
1261 w100_pwr_state.pll_cntl.f.pll_pvg = 0x0; in w100_pwm_setup()
Dw100fb.h685 u32 pll_pvg : 3; member