Searched refs:colorth (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | init.c | 2314 unsigned short temp, index, VCLK, MCLK, colorth; local in function:SiS_SetCRT1FIFO_300 2328 colorth = colortharray[(SiS_Pr->SiS_ModeType - ModeEGA)]; 2338 ThresholdLow = SiS_CalcDelay(SiS_Pr, VCLK, colorth, MCLK) + 1; 2415 unsigned short i, data, VCLK, MCLK16, colorth = 0; local in function:SiS_SetCRT1FIFO_630 2454 colorth = colortharray[(SiS_Pr->SiS_ModeType - ModeEGA)]; 2463 templ = SiS_CalcDelay2(SiS_Pr, queuedata[i]) * VCLK * colorth;
|
| H A D | init301.c | 5149 unsigned short VCLK = 0, MCLK, colorth = 0, data2 = 0; local in function:SiS_SetCRT2FIFO_300 5172 colorth = SiS_GetColorDepth(SiS_Pr,CRT1ModeNo,modeidindex) >> 1; 5173 if(!colorth) colorth++; 5184 colorth = colortharray[((SiS_Pr->CModeFlag_CRT1 & ModeTypeMask) - 2)]; 5202 data2 = temp - ((colorth * VCLK) / MCLK); 5283 colorth = SiS_GetColorDepth(SiS_Pr,CRT2ModeNo,modeidindex) >> 1; 5284 if(!colorth) colorth++; 5286 data = data * VCLK * colorth; [all...] |
Completed in 12 milliseconds