Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/
Dw100fb.c1084 w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; /* current offset inside VCO = 0 */ in w100_pll_adjust()
1108 (w100_pwr_state.pll_cntl.f.pll_ioffset == 0x0))) { in w100_pll_adjust()
1112 w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; in w100_pll_adjust()
1116 if ((w100_pwr_state.pll_cntl.f.pll_ioffset) < 0x3) { in w100_pll_adjust()
1117 w100_pwr_state.pll_cntl.f.pll_ioffset += 0x1; in w100_pll_adjust()
1119 w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; in w100_pll_adjust()
1263 w100_pwr_state.pll_cntl.f.pll_ioffset = 0x0; in w100_pwm_setup()
Dw100fb.h687 u32 pll_ioffset : 2; member