Lines Matching refs:tmpflags
12981 ULong tmpflags = 0;
12984 if(myclock1 <= clklimit1) tmpflags |= MISC_CRT1OVERLAY;
12985 if(myclock2 <= clklimit2) tmpflags |= MISC_CRT2OVERLAY;
12986 if(myclock1 <= clklimitg) tmpflags |= MISC_CRT1OVERLAYGAMMA;
12987 pSiS->MiscFlags |= tmpflags;
12992 SiS_SetDHFlags(pSiS, (tmpflags | MISC_SIS760ONEOVERLAY), SiS_SD2_SIS760ONEOVL);
13034 ULong tmpflags = 0;
13035 if(myclock1 <= clklimit1) tmpflags |= MISC_CRT1OVERLAY;
13036 if(myclock2 <= clklimit2) tmpflags |= MISC_CRT2OVERLAY;
13037 if(myclock1 <= clklimitg) tmpflags |= MISC_CRT1OVERLAYGAMMA;
13038 pSiS->MiscFlags |= tmpflags;
13040 SiS_SetDHFlags(pSiS, tmpflags, 0);
13065 ULong tmpflags = 0;
13070 if(tmpreg) tmpflags |= MISC_PANELLINKSCALER;
13076 if(!tmpreg) tmpflags |= MISC_PANELLINKSCALER;
13079 pSiS->MiscFlags |= tmpflags;
13081 SiS_SetDHFlags(pSiS, tmpflags, 0);