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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dinit301.c163 romindex = SISGETROMW(0x100);
187 romptr = SISGETROMW(0x102);
413 temp1 = SISGETROMW(0x23b);
429 temp1 = SISGETROMW(0x23d);
1455 if((temp = SISGETROMW(6)) != SiS_Pr->PanelHT) {
1459 if((temp = SISGETROMW(8)) != SiS_Pr->PanelVT) {
1463 SiS_Pr->PanelHRS = SISGETROMW(10);
1464 SiS_Pr->PanelHRE = SISGETROMW(12);
1465 SiS_Pr->PanelVRS = SISGETROMW(14);
1466 SiS_Pr->PanelVRE = SISGETROMW(1
[all...]
H A Dinitdef.h74 #define SISGETROMW(x) (ROMAddr[(x)] | (ROMAddr[(x)+1] << 8)) macro
H A Dinit.c1319 if((romptr = SISGETROMW(0x0102))) {
1552 return((unsigned short)(SISGETROMW((0x90 + (index * 5) + 3))));

Completed in 165 milliseconds