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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c12981 ULong tmpflags = 0; local in function:SiSPostSetMode
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; local in function:SiSPostSetMode
13035 if(myclock1 <= clklimit1) tmpflags |= MISC_CRT1OVERLAY;
13036 if(myclock2 <= clklimit2) tmpflags |= MISC_CRT2OVERLAY;
13037 if(myclock1 <= clklimitg) tmpflags |
13065 ULong tmpflags = 0; local in function:SiSPostSetMode
[all...]

Completed in 17 milliseconds