Lines Matching refs:romindex
465 unsigned short romindex = 0, reg = 0, idx = 0; in GetLCDStructPtr661() local
485 romindex = SISGETROMW(0x100); in GetLCDStructPtr661()
486 if(romindex) { in GetLCDStructPtr661()
487 romindex += idx; in GetLCDStructPtr661()
488 myptr = &ROMAddr[romindex]; in GetLCDStructPtr661()
1534 unsigned short temp, temp1, resinfo = 0, romindex = 0; in SiS_SetTVMode() local
1555 romindex = 0xfe; in SiS_SetTVMode()
1559 romindex = 0xf3; in SiS_SetTVMode()
1560 if(SiS_Pr->ChipType >= SIS_330) romindex = 0x11b; in SiS_SetTVMode()
1564 if(romindex && SiS_Pr->SiS_UseROM && (!(SiS_Pr->SiS_ROMNew))) { in SiS_SetTVMode()
1565 OutputSelect = ROMAddr[romindex]; in SiS_SetTVMode()