Home
last modified time | relevance | path

Searched refs:SISGETROMW (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/video/sis/
Dinit301.c144 romindex = SISGETROMW(0x100); in GetLCDStructPtr661()
164 romptr = SISGETROMW(0x102); in GetLCDStructPtr661_2()
392 temp1 = SISGETROMW(0x23b); in SiS_CR36BIOSWord23b()
408 temp1 = SISGETROMW(0x23d); in SiS_CR36BIOSWord23d()
1462 if((temp = SISGETROMW(6)) != SiS_Pr->PanelHT) { in SiS_GetLCDInfoBIOS()
1466 if((temp = SISGETROMW(8)) != SiS_Pr->PanelVT) { in SiS_GetLCDInfoBIOS()
1470 SiS_Pr->PanelHRS = SISGETROMW(10); in SiS_GetLCDInfoBIOS()
1471 SiS_Pr->PanelHRE = SISGETROMW(12); in SiS_GetLCDInfoBIOS()
1472 SiS_Pr->PanelVRS = SISGETROMW(14); in SiS_GetLCDInfoBIOS()
1473 SiS_Pr->PanelVRE = SISGETROMW(16); in SiS_GetLCDInfoBIOS()
[all …]
Dinitdef.h73 #define SISGETROMW(x) (ROMAddr[(x)] | (ROMAddr[(x)+1] << 8)) macro
Dinit.c1553 if((romptr = SISGETROMW(0x0102))) { in SiSDetermineROMUsage()
1763 return((USHORT)(SISGETROMW((0x90 + (index * 5) + 3)))); in SiS_GetMCLK()