Searched refs:SISIOADDRESS (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/video/sis/ |
D | osdef.h | 97 #define OutPortByte(p,v) outb((u8)(v),(SISIOADDRESS)(p)) 98 #define OutPortWord(p,v) outw((u16)(v),(SISIOADDRESS)(p)) 99 #define OutPortLong(p,v) outl((u32)(v),(SISIOADDRESS)(p)) 100 #define InPortByte(p) inb((SISIOADDRESS)(p)) 101 #define InPortWord(p) inw((SISIOADDRESS)(p)) 102 #define InPortLong(p) inl((SISIOADDRESS)(p))
|
D | vstruct.h | 259 SISIOADDRESS RelIO; 261 SISIOADDRESS SiS_P3c4; 262 SISIOADDRESS SiS_P3d4; 263 SISIOADDRESS SiS_P3c0; 264 SISIOADDRESS SiS_P3ce; 265 SISIOADDRESS SiS_P3c2; 266 SISIOADDRESS SiS_P3ca; 267 SISIOADDRESS SiS_P3c6; 268 SISIOADDRESS SiS_P3c7; 269 SISIOADDRESS SiS_P3c8; [all …]
|
D | init301.h | 387 extern void SiS_SetReg(SISIOADDRESS, USHORT, USHORT); 388 extern void SiS_SetRegByte(SISIOADDRESS, USHORT); 389 extern void SiS_SetRegShort(SISIOADDRESS, USHORT); 390 extern void SiS_SetRegLong(SISIOADDRESS, ULONG); 391 extern UCHAR SiS_GetReg(SISIOADDRESS, USHORT); 392 extern UCHAR SiS_GetRegByte(SISIOADDRESS); 393 extern USHORT SiS_GetRegShort(SISIOADDRESS); 394 extern ULONG SiS_GetRegLong(SISIOADDRESS); 395 extern void SiS_SetRegANDOR(SISIOADDRESS Port,USHORT Index,USHORT DataAND,USHORT DataOR); 396 extern void SiS_SetRegOR(SISIOADDRESS Port,USHORT Index,USHORT DataOR); [all …]
|
D | init.h | 2378 void SiS_SetReg(SISIOADDRESS port, USHORT index, USHORT data); 2379 void SiS_SetRegByte(SISIOADDRESS port, USHORT data); 2380 void SiS_SetRegShort(SISIOADDRESS port, USHORT data); 2381 void SiS_SetRegLong(SISIOADDRESS port, ULONG data); 2382 UCHAR SiS_GetReg(SISIOADDRESS port, USHORT index); 2383 UCHAR SiS_GetRegByte(SISIOADDRESS port); 2384 USHORT SiS_GetRegShort(SISIOADDRESS port); 2385 ULONG SiS_GetRegLong(SISIOADDRESS port); 2386 void SiS_SetRegANDOR(SISIOADDRESS Port,USHORT Index,USHORT DataAND,USHORT DataOR); 2387 void SiS_SetRegAND(SISIOADDRESS Port,USHORT Index,USHORT DataAND); [all …]
|
D | vgatypes.h | 110 typedef unsigned long SISIOADDRESS; typedef 116 typedef unsigned long SISIOADDRESS; typedef 118 typedef IOADDRESS SISIOADDRESS; typedef 196 SISIOADDRESS ulIOAddress; /* base I/O address of VGA ports (0x3B0; relocated) */
|
D | init.c | 1167 SiS_SetReg(SISIOADDRESS port, USHORT index, USHORT data) in SiS_SetReg() 1174 SiS_SetRegByte(SISIOADDRESS port, USHORT data) in SiS_SetRegByte() 1180 SiS_SetRegShort(SISIOADDRESS port, USHORT data) in SiS_SetRegShort() 1186 SiS_SetRegLong(SISIOADDRESS port, ULONG data) in SiS_SetRegLong() 1192 SiS_GetReg(SISIOADDRESS port, USHORT index) in SiS_GetReg() 1199 SiS_GetRegByte(SISIOADDRESS port) in SiS_GetRegByte() 1205 SiS_GetRegShort(SISIOADDRESS port) in SiS_GetRegShort() 1211 SiS_GetRegLong(SISIOADDRESS port) in SiS_GetRegLong() 1217 SiS_SetRegANDOR(SISIOADDRESS Port,USHORT Index,USHORT DataAND,USHORT DataOR) in SiS_SetRegANDOR() 1227 SiS_SetRegAND(SISIOADDRESS Port,USHORT Index,USHORT DataAND) in SiS_SetRegAND() [all …]
|
D | sis_main.h | 907 extern void SiSRegInit(SiS_Private *SiS_Pr, SISIOADDRESS BaseAddr);
|