Searched refs:infoflag (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.c324 unsigned short xres, temp, colordepth, infoflag; local
326 infoflag = SiS_Pr->SiS_RefIndex[rrti].Ext_InfoFlag;
333 if (infoflag & InterlaceMode)
564 unsigned short infoflag = SiS_Pr->SiS_RefIndex[rrti].Ext_InfoFlag; local
572 if (infoflag & InterlaceMode)
665 unsigned short data, infoflag = 0, modeflag; local
671 infoflag = SiS_Pr->SiS_RefIndex[rrti].Ext_InfoFlag;
683 if (infoflag & InterlaceMode)
689 if (infoflag & InterlaceMode) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit.c1791 unsigned short xres, temp, colordepth, infoflag; local
1794 infoflag = SiS_Pr->CInfoFlag;
1797 infoflag = SiS_Pr->SiS_RefIndex[RRTI].Ext_InfoFlag;
1804 if(infoflag & InterlaceMode) temp <<= 1;
2130 unsigned short temp, DisplayUnit, infoflag; local
2133 infoflag = SiS_Pr->CInfoFlag;
2135 infoflag = SiS_Pr->SiS_RefIndex[RRTI].Ext_InfoFlag;
2145 if(infoflag & InterlaceMode) DisplayUnit >>= 1;
2648 unsigned short data, infoflag = 0, modeflag, resindex; local
2657 infoflag
[all...]
H A Dinit301.c203 unsigned short checkmask=0, modeid, infoflag; local
267 infoflag = SiS_Pr->SiS_RefIndex[RRTI + (*i)].Ext_InfoFlag;
268 if(infoflag & checkmask) return true;
277 infoflag = SiS_Pr->SiS_RefIndex[RRTI + (*i)].Ext_InfoFlag;
278 if(infoflag & checkmask) return true;
4896 unsigned short tempah=0, tempbl, infoflag; local
4901 infoflag = SiS_Pr->CInfoFlag;
4903 infoflag = SiS_Pr->SiS_RefIndex[RefreshRateTableIndex].Ext_InfoFlag;
4912 } else tempah = infoflag >> 8;
4954 tempah = infoflag >>
10376 unsigned short infoflag; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A Dvb_setmode.c1157 unsigned short tempax, tempbx, resinfo, modeflag, infoflag; local
1295 infoflag = pVBInfo->RefIndex[ RefreshRateTableIndex + ( *i ) ].Ext_InfoFlag ;
1296 if ( infoflag & tempax )
1306 infoflag = pVBInfo->RefIndex[ RefreshRateTableIndex + ( *i ) ].Ext_InfoFlag ;
1312 if ( infoflag & tempax )
2271 infoflag = 0 , local
2279 infoflag = pVBInfo->RefIndex[ RefreshRateTableIndex ].Ext_InfoFlag ;
2288 data = infoflag ;
2319 if ( infoflag & InterlaceMode )
5175 infoflag , local
[all...]

Completed in 114 milliseconds