Searched refs:SISIOADDRESS (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/sis/
H A Dvgatypes.h63 typedef unsigned long SISIOADDRESS; typedef
72 typedef unsigned long SISIOADDRESS; typedef
74 typedef IOADDRESS SISIOADDRESS; typedef
H A Dosdef.h105 #define OutPortByte(p,v) outb((u8)(v),(SISIOADDRESS)(p))
106 #define OutPortWord(p,v) outw((u16)(v),(SISIOADDRESS)(p))
107 #define OutPortLong(p,v) outl((u32)(v),(SISIOADDRESS)(p))
108 #define InPortByte(p) inb((SISIOADDRESS)(p))
109 #define InPortWord(p) inw((SISIOADDRESS)(p))
110 #define InPortLong(p) inl((SISIOADDRESS)(p))
H A Dvstruct.h248 SISIOADDRESS IOAddress;
249 SISIOADDRESS IOAddress2; /* For dual chip XGI volari */
252 SISIOADDRESS RelIO;
254 SISIOADDRESS SiS_P3c4;
255 SISIOADDRESS SiS_P3d4;
256 SISIOADDRESS SiS_P3c0;
257 SISIOADDRESS SiS_P3ce;
258 SISIOADDRESS SiS_P3c2;
259 SISIOADDRESS SiS_P3ca;
260 SISIOADDRESS SiS_P3c
[all...]
H A Dinit301.h447 extern void SiS_SetReg(SISIOADDRESS, unsigned short, unsigned short);
448 extern void SiS_SetRegByte(SISIOADDRESS, unsigned short);
449 extern void SiS_SetRegShort(SISIOADDRESS, unsigned short);
450 extern void SiS_SetRegLong(SISIOADDRESS, unsigned int);
451 extern unsigned char SiS_GetReg(SISIOADDRESS, unsigned short);
452 extern unsigned char SiS_GetRegByte(SISIOADDRESS);
453 extern unsigned short SiS_GetRegShort(SISIOADDRESS);
454 extern unsigned int SiS_GetRegLong(SISIOADDRESS);
455 extern void SiS_SetRegANDOR(SISIOADDRESS, unsigned short, unsigned short, unsigned short);
456 extern void SiS_SetRegOR(SISIOADDRESS, unsigne
[all...]
H A Dinit.h1457 void SiS_SetReg(SISIOADDRESS port, unsigned short index, unsigned short data);
1458 void SiS_SetRegByte(SISIOADDRESS port, unsigned short data);
1459 void SiS_SetRegShort(SISIOADDRESS port, unsigned short data);
1460 void SiS_SetRegLong(SISIOADDRESS port, unsigned int data);
1461 unsigned char SiS_GetReg(SISIOADDRESS port, unsigned short index);
1462 unsigned char SiS_GetRegByte(SISIOADDRESS port);
1463 unsigned short SiS_GetRegShort(SISIOADDRESS port);
1464 unsigned int SiS_GetRegLong(SISIOADDRESS port);
1465 void SiS_SetRegANDOR(SISIOADDRESS Port, unsigned short Index, unsigned short DataAND,
1467 void SiS_SetRegAND(SISIOADDRESS Por
[all...]
H A Dinit.c875 SiS_SetReg(SISIOADDRESS port, unsigned short index, unsigned short data)
882 SiS_SetRegByte(SISIOADDRESS port, unsigned short data)
888 SiS_SetRegShort(SISIOADDRESS port, unsigned short data)
894 SiS_SetRegLong(SISIOADDRESS port, unsigned int data)
900 SiS_GetReg(SISIOADDRESS port, unsigned short index)
907 SiS_GetRegByte(SISIOADDRESS port)
913 SiS_GetRegShort(SISIOADDRESS port)
919 SiS_GetRegLong(SISIOADDRESS port)
925 SiS_SetRegANDOR(SISIOADDRESS Port, unsigned short Index, unsigned short DataAND, unsigned short DataOR)
935 SiS_SetRegAND(SISIOADDRESS Por
[all...]
H A Dsis_main.h746 extern void SiSRegInit(struct SiS_Private *SiS_Pr, SISIOADDRESS BaseAddr);

Completed in 105 milliseconds