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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit301.c167 romindex = SISGETROMW(0x100);
192 romptr = SISGETROMW(0x102);
418 temp1 = SISGETROMW(0x23b);
434 temp1 = SISGETROMW(0x23d);
1511 if((temp = SISGETROMW(6)) != SiS_Pr->PanelHT) {
1515 if((temp = SISGETROMW(8)) != SiS_Pr->PanelVT) {
1519 SiS_Pr->PanelHRS = SISGETROMW(10);
1520 SiS_Pr->PanelHRE = SISGETROMW(12);
1521 SiS_Pr->PanelVRS = SISGETROMW(14);
1522 SiS_Pr->PanelVRE = SISGETROMW(1
[all...]
H A Dinitdef.h72 #define SISGETROMW(x) (ROMAddr[(x)] | (ROMAddr[(x)+1] << 8)) macro
H A Dinit.c1324 if((romptr = SISGETROMW(0x0102))) {
1557 return((unsigned short)(SISGETROMW((0x90 + (index * 5) + 3))));

Completed in 15 milliseconds