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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c584 /* VCLK */
635 unsigned short data = 0, VCLK = 0, index = 0; local
639 VCLK = SiS_Pr->SiS_VCLKData[index].CLOCK;
642 if (VCLK >= 166)
646 if (VCLK >= 166)
651 if (VCLK >= 260)
653 else if (VCLK >= 160)
655 else if (VCLK >= 135)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit.c2005 /* RESET VCLK */
2157 /* VCLK */
2252 SiS_DoCalcDelay(struct SiS_Private *SiS_Pr, unsigned short MCLK, unsigned short VCLK, argument
2256 unsigned int longtemp = VCLK * colordepth;
2272 SiS_CalcDelay(struct SiS_Private *SiS_Pr, unsigned short VCLK, argument
2277 temp2 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 0);
2278 temp1 = SiS_DoCalcDelay(SiS_Pr, MCLK, VCLK, colordepth, 1);
2290 unsigned short temp, index, VCLK, MCLK, colorth; local
2295 /* Get VCLK */
2297 VCLK
2391 unsigned short i, data, VCLK, MCLK16, colorth = 0; local
2574 unsigned short data = 0, VCLK = 0, index = 0; local
[all...]
H A Dinit301.c2191 /* GET VCLK */
5067 unsigned short VCLK = 0, MCLK, colorth = 0, data2 = 0; local
5085 /* Get VCLK */
5087 VCLK = SiS_Pr->SiS_VCLKData[index].CLOCK;
5098 /* Get VCLK */
5099 VCLK = SiS_Pr->CSRClock_CRT1;
5120 data2 = temp - ((colorth * VCLK) / MCLK);
5180 /* Get VCLK */
5182 VCLK = SiS_Pr->SiS_VCLKData[index].CLOCK;
5187 VCLK
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A Dvb_setmode.c2410 short VCLK ; local
2415 VCLK = 0 ;
2420 VCLK = pVBInfo->VCLKData[ index ].CLOCK ;
2425 if ( VCLK >= 200 )
2426 data |= 0x0c ; /* VCLK > 200 */
2437 if ( VCLK < 200 )
2443 if ( ( VCLK >= 0 ) && ( VCLK < 135 ) )
2445 else if ( ( VCLK >= 135 ) && ( VCLK < 16
[all...]

Completed in 250 milliseconds