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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dinit301.c176 unsigned short romptr = 0; local
187 romptr = SISGETROMW(0x102);
188 romptr += ((SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4) * SiS_Pr->SiS661LCD2TableSize);
191 return romptr;
3251 unsigned short tempax, tempbx, modeflag, romptr=0; local
3275 if((romptr = (SISGETROMW(21)))) {
3276 romptr += (resinfo661 * 10);
3443 } else if( (!(SiS_Pr->SiS_LCDInfo & DontExpandLCD)) && (romptr) && (ROMAddr) ) {
3446 SiS_Pr->SiS_RVBHCMAX = ROMAddr[romptr];
3447 SiS_Pr->SiS_RVBHCFACT = ROMAddr[romptr
3858 unsigned short romptr = GetLCDStructPtr661_2(SiS_Pr); local
4506 unsigned short romptr = GetLCDStructPtr661_2(SiS_Pr); local
9535 unsigned short romptr; local
9553 unsigned short romptr; local
9571 unsigned short romptr; local
9709 unsigned short delay=0,index,myindex,temp,romptr=0; local
10016 unsigned short index,temp,temp1,romptr=0; local
10059 unsigned short index,temp,temp1,romptr=0; local
10129 unsigned short index,temp,i,j,resinfo,romptr=0; local
10217 unsigned short delay = 0, romptr = 0, index, lcdpdcindex; local
10421 unsigned short romptr, temp1, temp2; local
10752 unsigned short tempbx=0,romptr=0; local
10814 unsigned short index,temp,romptr=0; local
10910 unsigned short index,temp,romptr=0; local
10942 unsigned short index,temp,romptr=0; local
10970 unsigned short index,i,j,temp,romptr=0; local
11010 unsigned short index,temp,i,j,romptr=0; local
[all...]
H A Dinit.c1290 unsigned short romptr = 0; local
1319 if((romptr = SISGETROMW(0x0102))) {
1320 if(ROMAddr[romptr + (32 * 16)] == 0xff)
1322 else if(ROMAddr[romptr + (34 * 16)] == 0xff)
1324 else if(ROMAddr[romptr + (36 * 16)] == 0xff) /* 0.94, 2.05.00+ */
1326 else if( (ROMAddr[romptr + (38 * 16)] == 0xff) || /* 2.00.00 - 2.02.00 */
H A Dsis_main.c4077 int romptr; local
4082 romptr = (readb(rom_base + 0x18) | (readb(rom_base + 0x19) << 8));
4083 if(romptr > (0x10000 - 8))
4086 rom = rom_base + romptr;

Completed in 78 milliseconds