Lines Matching refs:infoflag
1807 unsigned short xres, temp, colordepth, infoflag;
1810 infoflag = SiS_Pr->CInfoFlag;
1813 infoflag = SiS_Pr->SiS_RefIndex[RRTI].Ext_InfoFlag;
1820 if(infoflag & InterlaceMode) temp <<= 1;
2146 unsigned short temp, DisplayUnit, infoflag;
2149 infoflag = SiS_Pr->CInfoFlag;
2151 infoflag = SiS_Pr->SiS_RefIndex[RRTI].Ext_InfoFlag;
2161 if(infoflag & InterlaceMode) DisplayUnit >>= 1;
2651 unsigned short data, infoflag = 0, modeflag;
2660 infoflag = SiS_Pr->CInfoFlag;
2663 infoflag = SiS_Pr->SiS_RefIndex[RRTI].Ext_InfoFlag;
2676 if(infoflag & InterlaceMode) data |= 0x20;
2682 if(infoflag & InterlaceMode) {
2724 if(infoflag & InterlaceMode) data2 >>= 1;