Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dw100fb.c1079 w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; /* current offset inside VCO = 0 */ in w100_pll_adjust()
1103 (w100_pwr_state.pll_cntl.f.pll_ioffset == 0x0))) { in w100_pll_adjust()
1107 w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; in w100_pll_adjust()
1111 if ((w100_pwr_state.pll_cntl.f.pll_ioffset) < 0x3) { in w100_pll_adjust()
1112 w100_pwr_state.pll_cntl.f.pll_ioffset += 0x1; in w100_pll_adjust()
1114 w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; in w100_pll_adjust()
1258 w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; in w100_pwm_setup()
Dw100fb.h691 u32 pll_ioffset : 2; member