Lines Matching refs:SiS_PlasmaMode
384 if(SiS_PlasmaMode[l].VDisplay > 1024) continue;
405 strcpy(current->name, SiS_PlasmaMode[l].name);
411 current->Clock = SiS_PlasmaMode[l].clock;
414 current->HDisplay = SiS_PlasmaMode[l].HDisplay;
415 current->HSyncStart = current->HDisplay + SiS_PlasmaMode[l].HFrontPorch;
416 current->HSyncEnd = current->HSyncStart + SiS_PlasmaMode[l].HSyncWidth;
417 current->HTotal = SiS_PlasmaMode[l].HTotal;
419 current->VDisplay = SiS_PlasmaMode[l].VDisplay;
420 current->VSyncStart = current->VDisplay + SiS_PlasmaMode[l].VFrontPorch;
421 current->VSyncEnd = current->VSyncStart + SiS_PlasmaMode[l].VSyncWidth;
422 current->VTotal = SiS_PlasmaMode[l].VTotal;
438 if(SiS_PlasmaMode[l].SyncFlags & SIS_PL_HSYNCP)
443 if(SiS_PlasmaMode[l].SyncFlags & SIS_PL_VSYNCP)