Searched refs:SISCR (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.c756 inSISIDXREG(SISCR,0x17,temp);
861 inSISIDXREG(SISCR,0x20,reg1);
862 inSISIDXREG(SISCR,0x1b,reg1);
863 inSISIDXREG(SISCR,0x1c,reg2);
864 inSISIDXREG(SISCR,0x1d,reg3);
935 setSISIDXREG(SISCR, ivideo->SiS_Pr.SiS_MyCR63, 0xbf, cr63);
1119 outSISIDXREG(SISCR,0x13,(HDisplay1 & 0xFF));
1318 outSISIDXREG(SISCR, 0x0D, base & 0xFF);
1319 outSISIDXREG(SISCR, 0x0C, (base >> 8) & 0xFF);
2010 inSISIDXREG(SISCR,
[all...]
H A Dsis.h171 #define SISCR ivideo->SiS_Pr.SiS_P3d4 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c97 if (sisusb_setidxreg(sisusb, SISCR, 0x0c, 0x00))
99 if (sisusb_setidxreg(sisusb, SISCR, 0x0d, 0x00))
101 if (sisusb_setidxreg(sisusb, SISCR, 0x0e, 0x00))
103 sisusb_setidxreg(sisusb, SISCR, 0x0f, 0x00);
111 sisusb_setidxreg(sisusb, SISCR, 0x0c, (sisusb->cur_start_addr >> 8));
112 sisusb_setidxreg(sisusb, SISCR, 0x0d, (sisusb->cur_start_addr & 0xff));
127 if (sisusb_setidxregandor(sisusb, SISCR, 0x0b, 0x1f, 0x20))
130 if (sisusb_setidxregand(sisusb, SISCR, 0x0b, 0x1f))
135 if (sisusb_setidxreg(sisusb, SISCR, 0x0e, (location >> 8)))
137 sisusb_setidxreg(sisusb, SISCR,
[all...]
H A Dsisusb.c1859 GETIREG(SISCR, 0x63, &cr63);
1861 SETIREG(SISCR, 0x63, cr63 & 0xbf);
1862 SETIREGOR(SISCR, 0x17, 0x80);
1872 SETIREG(SISCR, i, crtcrdata[i]);
1894 SETIREG(SISCR, 0x11, 0x00); /* crtc */
1896 SETIREG(SISCR, j, crtcdata[i]);
1899 SETIREG(SISCR, j, crtcdata[i]);
1902 SETIREG(SISCR, j, crtcdata[i]);
1908 SETIREGANDOR(SISCR, 0x09, 0x5f, ((crtcdata[16] & 0x01) << 5));
1909 SETIREG(SISCR,
[all...]
H A Dsisusb.h240 #define SISCR SISUSB_PCI_IOPORTBASE + CROFFSET macro

Completed in 116 milliseconds