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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit.c1583 if(SiS_Pr->SiS_ModeType >= ModeEGA) {
1590 } else if(SiS_Pr->SiS_ModeType < ModeCGA) {
1652 if(SiS_Pr->SiS_ModeType <= ModeEGA) index = 0x1B;
1999 if(SiS_Pr->SiS_ModeType > ModeVGA) {
2126 if(SiS_Pr->SiS_ModeType > ModeVGA) {
2328 colorth = colortharray[(SiS_Pr->SiS_ModeType - ModeEGA)];
2454 colorth = colortharray[(SiS_Pr->SiS_ModeType - ModeEGA)];
2693 if(SiS_Pr->SiS_ModeType > ModeEGA) {
2695 data |= ((SiS_Pr->SiS_ModeType - ModeVGA) << 2);
2725 if(SiS_Pr->SiS_ModeType
[all...]
H A Dvstruct.h319 unsigned short SiS_ModeType; member in struct:SiS_Private
H A Dinit301.c364 if(temp < SiS_Pr->SiS_ModeType) break;
960 SiS_Pr->SiS_ModeType = modeflag & ModeTypeMask;
1118 if(SiS_Pr->SiS_ModeType <= ModeVGA) {
2377 if(SiS_Pr->SiS_ModeType > ModeVGA) {
2501 tempcl = SiS_Pr->SiS_ModeType;
2597 if((SiS_Pr->SiS_ModeType == ModeVGA) && (!(SiS_Pr->SiS_VBInfo & SetInSlaveMode))) {
2638 if((modeflag & CRT2Mode) && (SiS_Pr->SiS_ModeType > ModeVGA)) {
2657 if( (!(SiS_Pr->SiS_VBInfo & SetInSlaveMode)) && (SiS_Pr->SiS_ModeType > ModeVGA) ) {
3064 if(SiS_Pr->SiS_ModeType > ModeVGA) {
5330 (SiS_Pr->SiS_ModeType
[all...]

Completed in 12 milliseconds