Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/sis/
Dinit.c2305 unsigned short ThresholdLow = 0; in SiS_SetCRT1FIFO_300() local
2330 ThresholdLow = SiS_CalcDelay(SiS_Pr, VCLK, colorth, MCLK) + 1; in SiS_SetCRT1FIFO_300()
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()
2345 temp = (ThresholdLow & 0x10) << 1; 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()
[all …]