Lines Matching refs:SISIOADDRESS
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);
2388 void SiS_SetRegOR(SISIOADDRESS Port,USHORT Index,USHORT DataOR);
2391 void SiSRegInit(SiS_Private *SiS_Pr, SISIOADDRESS BaseAddr);