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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit301.c180 unsigned short romptr = 0; local in function:GetLCDStructPtr661_2
192 romptr = SISGETROMW(0x102);
193 romptr += ((SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4) * SiS_Pr->SiS661LCD2TableSize);
196 return romptr;
3319 unsigned short tempax, tempbx, modeflag, romptr=0; local in function:SiS_GetCRT2Data301
3343 if((romptr = (SISGETROMW(21)))) {
3344 romptr += (resinfo661 * 10);
3519 } else if( (!(SiS_Pr->SiS_LCDInfo & DontExpandLCD)) && (romptr) && (ROMAddr) ) {
3522 SiS_Pr->SiS_RVBHCMAX = ROMAddr[romptr];
3523 SiS_Pr->SiS_RVBHCFACT = ROMAddr[romptr
3934 unsigned short romptr = GetLCDStructPtr661_2(SiS_Pr); local in function:SiS_HandlePWD
4582 unsigned short romptr = GetLCDStructPtr661_2(SiS_Pr); local in function:SiS_EnableBridge
9683 unsigned short romptr; local in function:GetRAMDACromptr
9701 unsigned short romptr; local in function:GetLCDromptr
9719 unsigned short romptr; local in function:GetTVromptr
9865 unsigned short delay=0,index,myindex,temp,romptr=0; local in function:SetDelayComp
10172 unsigned short index,temp,temp1,romptr=0; local in function:SetAntiFlicker
10217 unsigned short index,temp,temp1,romptr=0; local in function:SetEdgeEnhance
10289 unsigned short index,temp,i,j,resinfo,romptr=0; local in function:SetPhaseIncr
10377 unsigned short delay = 0, romptr = 0, index, lcdpdcindex; local in function:SetDelayComp661
10581 unsigned short romptr, temp1, temp2; local in function:SetPanelParms661
10920 unsigned short tempbx=0,romptr=0; local in function:GetOEMLCDPtr
10982 unsigned short index,temp,romptr=0; local in function:SetOEMLCDDelay
11105 unsigned short index,temp,romptr=0; local in function:SetOEMTVDelay
11136 unsigned short index,temp,romptr=0; local in function:SetOEMAntiFlicker
11164 unsigned short index,i,j,temp,romptr=0; local in function:SetOEMPhaseIncr
11204 unsigned short index,temp,i,j,romptr=0; local in function:SetOEMYFilter
[all...]
H A Dsis_utility.c902 UShort romptr = 0; local in function:SiSHandleSiSDirectCommand
907 romptr = pSiS->BIOS[0x16] | (pSiS->BIOS[0x17] << 8);
908 if(romptr < 65530) {
909 biosvers = (char *)&pSiS->BIOS[romptr];
H A Dinit.c1295 unsigned short romptr = 0; local in function:SiSDetermineROMUsage
1324 if((romptr = SISGETROMW(0x0102))) {
1325 if(ROMAddr[romptr + (32 * 16)] == 0xff)
1327 else if(ROMAddr[romptr + (34 * 16)] == 0xff)
1329 else if(ROMAddr[romptr + (36 * 16)] == 0xff) /* 0.94, 2.05.00+ */
1331 else if( (ROMAddr[romptr + (38 * 16)] == 0xff) || /* 2.00.00 - 2.02.00 */
H A Dsis_driver.c2839 UShort romptr, pciid; local in function:SISCheckBIOS
2845 romptr = pSiS->BIOS[0x18] | (pSiS->BIOS[0x19] << 8);
2846 if(romptr > (biossize - 8)) return FALSE;
2847 if((pSiS->BIOS[romptr] != 'P') || (pSiS->BIOS[romptr+1] != 'C') ||
2848 (pSiS->BIOS[romptr+2] != 'I') || (pSiS->BIOS[romptr+3] != 'R')) return FALSE;
2850 pciid = pSiS->BIOS[romptr+4] | (pSiS->BIOS[romptr+5] << 8);
2853 pciid = pSiS->BIOS[romptr
4203 UShort romptr = pSiS->BIOS[0x16] | (pSiS->BIOS[0x17] << 8); local in function:SISPreInit
[all...]

Completed in 21 milliseconds