Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/sis/
H A Dinit.c2305 unsigned short ThresholdLow = 0; in SiS_SetCRT1FIFO_300() local
2331 if(ThresholdLow < 0x13) break; in SiS_SetCRT1FIFO_300()
2333 ThresholdLow = 0x13; in SiS_SetCRT1FIFO_300()
2339 } else ThresholdLow = 2; in SiS_SetCRT1FIFO_300()
2342 temp = (ThresholdLow << 4) | 0x0f; in SiS_SetCRT1FIFO_300()
2353 temp = ThresholdLow + 3; in SiS_SetCRT1FIFO_300()
2406 unsigned short ThresholdLow = 0; in SiS_SetCRT1FIFO_630() local
2462 ThresholdLow = 0x13; in SiS_SetCRT1FIFO_630()
2467 ThresholdLow = templ; in SiS_SetCRT1FIFO_630()
2475 ThresholdLow = 0x02; in SiS_SetCRT1FIFO_630()
[all …]