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

/drivers/video/fbdev/via/
H A Dlcd.c965 unsigned char __iomem *romptr, *tableptr, *biosptr; local
978 romptr = biosptr + 0x1B;
979 tableptr = biosptr + readw(romptr);
983 romptr = tableptr + 18;
984 romptr = biosptr + readw(romptr);
989 romptr += 41;
991 core_base = readb(romptr);
/drivers/video/fbdev/sis/
H A Dinit.c1293 unsigned short romptr = 0; local
1322 if((romptr = SISGETROMW(0x0102))) {
1323 if(ROMAddr[romptr + (32 * 16)] == 0xff)
1325 else if(ROMAddr[romptr + (34 * 16)] == 0xff)
1327 else if(ROMAddr[romptr + (36 * 16)] == 0xff) /* 0.94, 2.05.00+ */
1329 else if( (ROMAddr[romptr + (38 * 16)] == 0xff) || /* 2.00.00 - 2.02.00 */
H A Dinit301.c172 unsigned short romptr = 0; local
183 romptr = SISGETROMW(0x102);
184 romptr += ((SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4) * SiS_Pr->SiS661LCD2TableSize);
187 return romptr;
3206 unsigned short tempax, tempbx, modeflag, romptr=0; local
3230 if((romptr = (SISGETROMW(21)))) {
3231 romptr += (resinfo661 * 10);
3398 } else if( (!(SiS_Pr->SiS_LCDInfo & DontExpandLCD)) && (romptr) && (ROMAddr) ) {
3401 SiS_Pr->SiS_RVBHCMAX = ROMAddr[romptr];
3402 SiS_Pr->SiS_RVBHCFACT = ROMAddr[romptr
3807 unsigned short romptr = GetLCDStructPtr661_2(SiS_Pr); local
4448 unsigned short romptr = GetLCDStructPtr661_2(SiS_Pr); local
9461 unsigned short romptr; local
9479 unsigned short romptr; local
9497 unsigned short romptr; local
9642 unsigned short delay=0,index,myindex,temp,romptr=0; local
9949 unsigned short index,temp,temp1,romptr=0; local
9992 unsigned short index,temp,temp1,romptr=0; local
10062 unsigned short index,temp,i,j,resinfo,romptr=0; local
10150 unsigned short delay = 0, romptr = 0, index, lcdpdcindex; local
10354 unsigned short romptr, temp1, temp2; local
10693 unsigned short tempbx=0,romptr=0; local
10755 unsigned short index,temp,romptr=0; local
10878 unsigned short index,temp,romptr=0; local
10910 unsigned short index,temp,romptr=0; local
10938 unsigned short index,i,j,temp,romptr=0; local
10978 unsigned short index,temp,i,j,romptr=0; local
[all...]
H A Dsis_main.c4044 int romptr; local
4049 romptr = (readb(rom_base + 0x18) | (readb(rom_base + 0x19) << 8));
4050 if(romptr > (0x10000 - 8))
4053 rom = rom_base + romptr;

Completed in 117 milliseconds