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

/linux-master/drivers/video/fbdev/sis/
H A Dinit301.c498 unsigned short romptr = 0; local
509 romptr = SISGETROMW(0x102);
510 romptr += ((SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4) * SiS_Pr->SiS661LCD2TableSize);
513 return romptr;
3528 unsigned short tempax, tempbx, modeflag, romptr=0; local
3552 if((romptr = (SISGETROMW(21)))) {
3553 romptr += (resinfo661 * 10);
3720 } else if( (!(SiS_Pr->SiS_LCDInfo & DontExpandLCD)) && (romptr) && (ROMAddr) ) {
3723 SiS_Pr->SiS_RVBHCMAX = ROMAddr[romptr];
3724 SiS_Pr->SiS_RVBHCFACT = ROMAddr[romptr
4129 unsigned short romptr = GetLCDStructPtr661_2(SiS_Pr); local
4770 unsigned short romptr = GetLCDStructPtr661_2(SiS_Pr); local
9772 unsigned short romptr; local
9790 unsigned short romptr; local
9808 unsigned short romptr; local
9953 unsigned short delay=0,index,myindex,temp,romptr=0; local
10258 unsigned short index,temp,temp1,romptr=0; local
10301 unsigned short index,temp,temp1,romptr=0; local
10371 unsigned short index,temp,i,j,resinfo,romptr=0; local
10459 unsigned short delay = 0, romptr = 0, index, lcdpdcindex; local
10663 unsigned short romptr, temp1, temp2; local
11002 unsigned short tempbx=0,romptr=0; local
11064 unsigned short index,temp,romptr=0; local
11187 unsigned short index,temp,romptr=0; local
11219 unsigned short index,temp,romptr=0; local
11247 unsigned short index,i,j,temp,romptr=0; local
11287 unsigned short index,temp,i,j,romptr=0; local
[all...]
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 Dsis_main.c4065 int romptr; local
4070 romptr = (readb(rom_base + 0x18) | (readb(rom_base + 0x19) << 8));
4071 if(romptr > (0x10000 - 8))
4074 rom = rom_base + romptr;
/linux-master/drivers/video/fbdev/via/
H A Dlcd.c950 unsigned char __iomem *romptr, *tableptr, *biosptr; local
963 romptr = biosptr + 0x1B;
964 tableptr = biosptr + readw(romptr);
968 romptr = tableptr + 18;
969 romptr = biosptr + readw(romptr);
974 romptr += 41;
976 core_base = readb(romptr);

Completed in 160 milliseconds