Lines Matching defs:StandTableIndex

1086     const USHORT StandTableIndex = XGI_GetModePtr(pVBInfo->SModeIDTable,
1101 XGI_SetSeqRegs(StandTableIndex, pVBInfo);
1102 XGI_SetMiscRegs(StandTableIndex, pVBInfo);
1103 XGI_SetCRTCRegs(StandTableIndex, pVBInfo);
1104 XGI_SetATTRegs(ModeNo, StandTableIndex, ModeIdIndex, pVBInfo);
1105 XGI_SetGRCRegs(StandTableIndex, pVBInfo);
1250 XGI_SetSeqRegs(USHORT StandTableIndex, const VB_DEVICE_INFO *pVBInfo)
1256 SRdata = pVBInfo->StandTable[StandTableIndex].SR[0];
1274 SRdata = pVBInfo->StandTable[StandTableIndex].SR[i - 1];
1287 XGI_SetMiscRegs(USHORT StandTableIndex, const VB_DEVICE_INFO *pVBInfo)
1291 Miscdata = pVBInfo->StandTable[StandTableIndex].MISC; /* Get Misc from file */
1313 XGI_SetCRTCRegs(unsigned StandTableIndex, const VB_DEVICE_INFO *pVBInfo)
1323 pVBInfo->StandTable[StandTableIndex].CRTC[i];
1338 XGI_SetATTRegs(unsigned ModeNo, unsigned StandTableIndex, unsigned ModeIdIndex,
1347 UCHAR ARdata = pVBInfo->StandTable[StandTableIndex].ATTR[i];
1387 XGI_SetGRCRegs(unsigned StandTableIndex, const VB_DEVICE_INFO *pVBInfo)
1394 const unsigned GRdata = pVBInfo->StandTable[StandTableIndex].GRC[i];
1947 UCHAR StandTableIndex, index, Tempax, Tempbx, Tempcx, Tempdx ;
1952 StandTableIndex = XGI_GetModePtr( pVBInfo->SModeIDTable,
1955 Tempax = pVBInfo->StandTable[ StandTableIndex ].CRTC[ 4 ] ; /* CR04 HRS */
1957 Tempbx = pVBInfo->StandTable[ StandTableIndex ].CRTC[ 5 ] ; /* Tempbx: CR05 HRE */
1968 Tempax = pVBInfo->StandTable[ StandTableIndex ].CRTC[ 16 ] ; /* Tempax: CR16 VRS */
1972 Tempax = pVBInfo->StandTable[ StandTableIndex ].CRTC[ 7 ] ; /* Tempax: CR7 VRS */
1985 Tempax = pVBInfo->StandTable[ StandTableIndex ].CRTC[ 17 ] ; /* CR16 VRE */
2089 USHORT StandTableIndex, index, Tempax, Tempbx, Tempcx, Tempdx ;
2094 /* StandTableIndex = XGI_GetModePtr( ModeNo , ModeIdIndex, pVBInfo ) ; */
2095 StandTableIndex = XGI_GetModePtr( pVBInfo->SModeIDTable,
2099 Tempax = pVBInfo->StandTable[ StandTableIndex ].CRTC[ 4 ] ; /* CR04 HRS */
2101 Tempbx = pVBInfo->StandTable[ StandTableIndex ].CRTC[ 5 ] ; /* Tempbx: CR05 HRE */
2112 Tempax = pVBInfo->StandTable[ StandTableIndex ].CRTC[ 16 ] ; /* Tempax: CR10 VRS */
2115 Tempax = pVBInfo->StandTable[ StandTableIndex ].CRTC[ 7 ] ; /* Tempax[7][2]: CR7[7][2] VRS[9][8] */
2124 Tempax = pVBInfo->StandTable[ StandTableIndex ].CRTC[ 17 ] ; /* CR11 VRE */
9758 const USHORT StandTableIndex = XGI_GetModePtr(pVBInfo->SModeIDTable,
9763 tempax = pVBInfo->StandTable[StandTableIndex].CRTC[0];
9764 tempbx = pVBInfo->StandTable[StandTableIndex].CRTC[6];
9765 temp1 = pVBInfo->StandTable[StandTableIndex].CRTC[7];