Lines Matching refs:USHORT
984 /* void XGI_UnLockCRT2(PXGI_HW_DEVICE_INFO,USHORT BaseAddr); */
985 /* void XGI_LockCRT2(PXGI_HW_DEVICE_INFO,USHORT BaseAddr); */
986 /* void XGI_DisableBridge(PXGI_HW_DEVICE_INFO,USHORT BaseAddr); */
987 /* void XGI_EnableBridge(PXGI_HW_DEVICE_INFO,USHORT BaseAddr); */
990 extern USHORT XGI_GetModeID(ULONG VBFlags, int HDisplay, int VDisplay,
995 USHORT *ModeNo, USHORT *ModeIdIndex);
998 unsigned ModeType, USHORT ModeNo, USHORT ModeIdIndex);
1000 extern void XGI_SetReg(XGIIOADDRESS port, USHORT index, USHORT data);
1001 extern void XGI_SetRegByte(XGIIOADDRESS port, USHORT data);
1002 extern void XGI_SetRegShort(XGIIOADDRESS port, USHORT data);
1004 extern UCHAR XGI_GetReg(XGIIOADDRESS port, USHORT index);
1006 extern USHORT XGI_GetRegShort(XGIIOADDRESS port);
1008 extern void XGI_SetRegANDOR(XGIIOADDRESS Port, USHORT Index, USHORT DataAND,
1009 USHORT DataOR);
1010 extern void XGI_SetRegAND(XGIIOADDRESS Port, USHORT Index, USHORT DataAND);
1011 extern void XGI_SetRegOR(XGIIOADDRESS Port, USHORT Index, USHORT DataOR);