Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/sis/
Dinit.c2305 unsigned short temp, index, VCLK, MCLK, colorth; in SiS_SetCRT1FIFO_300() local
2319 colorth = colortharray[(SiS_Pr->SiS_ModeType - ModeEGA)]; in SiS_SetCRT1FIFO_300()
2329 ThresholdLow = SiS_CalcDelay(SiS_Pr, VCLK, colorth, MCLK) + 1; in SiS_SetCRT1FIFO_300()
2406 unsigned short i, data, VCLK, MCLK16, colorth = 0; in SiS_SetCRT1FIFO_630() local
2445 colorth = colortharray[(SiS_Pr->SiS_ModeType - ModeEGA)]; in SiS_SetCRT1FIFO_630()
2454 templ = SiS_CalcDelay2(SiS_Pr, queuedata[i]) * VCLK * colorth; in SiS_SetCRT1FIFO_630()
Dinit301.c5015 unsigned short VCLK = 0, MCLK, colorth = 0, data2 = 0; in SiS_SetCRT2FIFO_300() local
5038 colorth = SiS_GetColorDepth(SiS_Pr,CRT1ModeNo,modeidindex) >> 1; in SiS_SetCRT2FIFO_300()
5039 if(!colorth) colorth++; in SiS_SetCRT2FIFO_300()
5050 colorth = colortharray[((SiS_Pr->CModeFlag_CRT1 & ModeTypeMask) - 2)]; in SiS_SetCRT2FIFO_300()
5068 data2 = temp - ((colorth * VCLK) / MCLK); in SiS_SetCRT2FIFO_300()
5144 colorth = SiS_GetColorDepth(SiS_Pr,CRT2ModeNo,modeidindex) >> 1; in SiS_SetCRT2FIFO_300()
5145 if(!colorth) colorth++; in SiS_SetCRT2FIFO_300()
5147 data = data * VCLK * colorth; in SiS_SetCRT2FIFO_300()