Searched refs:SISIOADDRESS (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | vstruct.h | 253 SISIOADDRESS IOAddress; 254 SISIOADDRESS IOAddress2; /* For dual chip XGI volari */ 257 SISIOADDRESS RelIO; 259 SISIOADDRESS SiS_P3c4; 260 SISIOADDRESS SiS_P3d4; 261 SISIOADDRESS SiS_P3c0; 262 SISIOADDRESS SiS_P3ce; 263 SISIOADDRESS SiS_P3c2; 264 SISIOADDRESS SiS_P3ca; 265 SISIOADDRESS SiS_P3c [all...] |
| H A D | vgatypes.h | 72 typedef unsigned long SISIOADDRESS; typedef in typeref:typename:unsigned long
|
| H A D | initextx.h | 472 extern unsigned char SiS_GetReg(SISIOADDRESS port, unsigned short index); 473 extern void SiS_SetReg(SISIOADDRESS port, unsigned short index, unsigned short data); 474 extern void SiS_SetRegOR(SISIOADDRESS, unsigned short, unsigned short); 475 extern void SiS_SetRegAND(SISIOADDRESS, unsigned short, unsigned short); 476 extern void SiS_SetRegANDOR(SISIOADDRESS Port, unsigned short Index, unsigned short DataAND,
|
| H A D | init301.h | 409 extern void SiS_SetReg(SISIOADDRESS, unsigned short, unsigned short); 410 extern void SiS_SetRegByte(SISIOADDRESS, unsigned short); 411 extern void SiS_SetRegShort(SISIOADDRESS, unsigned short); 412 extern void SiS_SetRegLong(SISIOADDRESS, unsigned int); 413 extern unsigned char SiS_GetReg(SISIOADDRESS, unsigned short); 414 extern unsigned char SiS_GetRegByte(SISIOADDRESS); 415 extern unsigned short SiS_GetRegShort(SISIOADDRESS); 416 extern unsigned int SiS_GetRegLong(SISIOADDRESS); 417 extern void SiS_SetRegANDOR(SISIOADDRESS, unsigned short, unsigned short, unsigned short); 418 extern void SiS_SetRegOR(SISIOADDRESS, unsigne [all...] |
| H A D | sis_dac.h | 75 extern void SiSRegInit(struct SiS_Private *SiS_Pr, SISIOADDRESS BaseAddr);
|
| H A D | init.c | 880 SiS_SetReg(SISIOADDRESS port, unsigned short index, unsigned short data) 887 SiS_SetRegByte(SISIOADDRESS port, unsigned short data) 893 SiS_SetRegShort(SISIOADDRESS port, unsigned short data) 899 SiS_SetRegLong(SISIOADDRESS port, unsigned int data) 905 SiS_GetReg(SISIOADDRESS port, unsigned short index) 912 SiS_GetRegByte(SISIOADDRESS port) 918 SiS_GetRegShort(SISIOADDRESS port) 924 SiS_GetRegLong(SISIOADDRESS port) 930 SiS_SetRegANDOR(SISIOADDRESS Port, unsigned short Index, unsigned short DataAND, unsigned short DataOR) 940 SiS_SetRegAND(SISIOADDRESS Por [all...] |
| H A D | init.h | 1532 void SiS_SetReg(SISIOADDRESS port, unsigned short index, unsigned short data); 1533 void SiS_SetRegByte(SISIOADDRESS port, unsigned short data); 1534 void SiS_SetRegShort(SISIOADDRESS port, unsigned short data); 1535 void SiS_SetRegLong(SISIOADDRESS port, unsigned int data); 1536 unsigned char SiS_GetReg(SISIOADDRESS port, unsigned short index); 1537 unsigned char SiS_GetRegByte(SISIOADDRESS port); 1538 unsigned short SiS_GetRegShort(SISIOADDRESS port); 1539 unsigned int SiS_GetRegLong(SISIOADDRESS port); 1540 void SiS_SetRegANDOR(SISIOADDRESS Port, unsigned short Index, unsigned short DataAND, 1542 void SiS_SetRegAND(SISIOADDRESS Por [all...] |
| H A D | sis.h | 1027 SISIOADDRESS RelIO; /* Relocated IO Ports baseaddress */
|
| H A D | sis_driver.c | 3576 pSiS->RelIO = (SISIOADDRESS)(PCI_REGION_BASE(pSiS->PciInfo, 2, REGION_IO) + pSiS->IODBase); 3968 pSiS->SiS_Pr->IOAddress = (SISIOADDRESS)(pSiS->RelIO + 0x30);
|
Completed in 29 milliseconds