Searched refs:SISGETROMW (Results 1 – 3 of 3) sorted by relevance
485 romindex = SISGETROMW(0x100); in GetLCDStructPtr661()509 romptr = SISGETROMW(0x102); in GetLCDStructPtr661_2()735 temp1 = SISGETROMW(0x23b); in SiS_CR36BIOSWord23b()751 temp1 = SISGETROMW(0x23d); in SiS_CR36BIOSWord23d()1749 if((temp = SISGETROMW(6)) != SiS_Pr->PanelHT) { in SiS_GetLCDInfoBIOS()1753 if((temp = SISGETROMW(8)) != SiS_Pr->PanelVT) { in SiS_GetLCDInfoBIOS()1757 SiS_Pr->PanelHRS = SISGETROMW(10); in SiS_GetLCDInfoBIOS()1758 SiS_Pr->PanelHRE = SISGETROMW(12); in SiS_GetLCDInfoBIOS()1759 SiS_Pr->PanelVRS = SISGETROMW(14); in SiS_GetLCDInfoBIOS()1760 SiS_Pr->PanelVRE = SISGETROMW(16); in SiS_GetLCDInfoBIOS()[all …]
74 #define SISGETROMW(x) (ROMAddr[(x)] | (ROMAddr[(x)+1] << 8)) macro
1322 if((romptr = SISGETROMW(0x0102))) { in SiSDetermineROMUsage()1551 return((unsigned short)(SISGETROMW((0x90 + (index * 5) + 3)))); in SiS_GetMCLK()