Searched refs:CRT_CPUthresholdLow (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_vga.c188 UShort CRT_CPUthresholdLow, CRT_CPUthresholdHigh, CRT_ENGthreshold; local in function:SISInit
711 CRT_CPUthresholdLow = d;
713 CRT_CPUthresholdLow += 2;
715 CRT_CPUthresholdHigh = CRT_CPUthresholdLow + 3;
727 CRT_CPUthresholdLow = temp;
736 if(CRT_CPUthresholdLow > 0x1f) CRT_CPUthresholdLow = 0x1f;
742 if(CRT_CPUthresholdLow > 0x0f) CRT_CPUthresholdLow = 0x0f;
746 pReg->sisRegs3C4[0x08] = ((CRT_CPUthresholdLow
[all...]

Completed in 3 milliseconds