Searched refs:SISGETROMW (Results 1 – 3 of 3) sorted by relevance
159 romindex = SISGETROMW(0x100); in GetLCDStructPtr661()183 romptr = SISGETROMW(0x102); in GetLCDStructPtr661_2()409 temp1 = SISGETROMW(0x23b); in SiS_CR36BIOSWord23b()425 temp1 = SISGETROMW(0x23d); in SiS_CR36BIOSWord23d()1425 if((temp = SISGETROMW(6)) != SiS_Pr->PanelHT) { in SiS_GetLCDInfoBIOS()1429 if((temp = SISGETROMW(8)) != SiS_Pr->PanelVT) { in SiS_GetLCDInfoBIOS()1433 SiS_Pr->PanelHRS = SISGETROMW(10); in SiS_GetLCDInfoBIOS()1434 SiS_Pr->PanelHRE = SISGETROMW(12); in SiS_GetLCDInfoBIOS()1435 SiS_Pr->PanelVRS = SISGETROMW(14); in SiS_GetLCDInfoBIOS()1436 SiS_Pr->PanelVRE = SISGETROMW(16); in SiS_GetLCDInfoBIOS()[all …]
74 #define SISGETROMW(x) (ROMAddr[(x)] | (ROMAddr[(x)+1] << 8)) macro
1321 if((romptr = SISGETROMW(0x0102))) { in SiSDetermineROMUsage()1550 return((unsigned short)(SISGETROMW((0x90 + (index * 5) + 3)))); in SiS_GetMCLK()