HomeSort by: relevance | last modified time | path
    Searched refs:USHORT (Results 1 - 25 of 41) sorted by relevancy

1 2

  /xsrc/external/mit/xf86-video-xgi/dist/src/
vb_setmode.h 34 extern void XGI_SetCRT2ModeRegs(USHORT ModeNo,PXGI_HW_DEVICE_INFO, PVB_DEVICE_INFO );
42 extern void XGI_GetVBInfo(USHORT ModeNo,USHORT ModeIdIndex,PXGI_HW_DEVICE_INFO HwDeviceExtension, PVB_DEVICE_INFO );
43 extern void XGI_GetTVInfo(USHORT ModeNo,USHORT ModeIdIndex, PVB_DEVICE_INFO );
44 extern void XGI_SetCRT1Offset(USHORT ModeNo,USHORT ModeIdIndex,USHORT RefreshRateTableIndex,PXGI_HW_DEVICE_INFO HwDeviceExtension, PVB_DEVICE_INFO );
45 extern void XGI_SetLCDAGroup(USHORT ModeNo,USHORT ModeIdIndex,PXGI_HW_DEVICE_INFO HwDeviceExtension, PVB_DEVICE_INFO )
    [all...]
vb_struct.h 39 USHORT RVBHCMAX;
40 USHORT RVBHCFACT;
41 USHORT VGAHT;
42 USHORT VGAVT;
43 USHORT LCDHT;
44 USHORT LCDVT;
60 USHORT RVBHCMAX;
61 USHORT RVBHCFACT;
62 USHORT VGAHT;
63 USHORT VGAVT
    [all...]
init.h 85 static const USHORT ModeIndex_320x200[] = {0x59, 0x41, 0x00, 0x4f};
86 static const USHORT ModeIndex_320x240[] = {0x50, 0x56, 0x00, 0x53};
87 static const USHORT ModeIndex_320x240_FSTN[] = {0x5a, 0x5b, 0x00, 0x00}; /* FSTN */
88 static const USHORT ModeIndex_400x300[] = {0x51, 0x57, 0x00, 0x54};
89 static const USHORT ModeIndex_512x384[] = {0x52, 0x58, 0x00, 0x5c};
90 static const USHORT ModeIndex_640x400[] = {0x2f, 0x5d, 0x00, 0x5e};
91 static const USHORT ModeIndex_640x480[] = {0x2e, 0x44, 0x00, 0x62};
92 static const USHORT ModeIndex_720x480[] = {0x31, 0x33, 0x00, 0x35};
93 static const USHORT ModeIndex_720x576[] = {0x32, 0x34, 0x00, 0x36};
94 static const USHORT ModeIndex_768x576[] = {0x5f, 0x60, 0x00, 0x61}
    [all...]
xgi_vb.h 36 USHORT LCDwidth;
37 USHORT LCDheight;
38 USHORT LCDtype;
vgatypes.h 95 #ifndef USHORT
96 typedef unsigned short USHORT;
108 typedef USHORT *PUSHORT;
288 USHORT Horizontal_ACTIVE;
289 USHORT Vertical_ACTIVE;
293 USHORT Horizontal_FP; /* Alan 08/10/2007; HSyncStart - HDisplay */
294 USHORT Horizontal_BP; /* Alan 08/10/2007; HTotal - HSyncEnd */
295 USHORT Horizontal_SYNC; /* Alan 08/10/2007; HSyncEnd - HSyncStart */
296 USHORT Vertical_FP;
297 USHORT Vertical_BP
    [all...]
init.c 77 USHORT
81 USHORT ModeIndex = 0;
193 XGI_SetReg(XGIIOADDRESS port, USHORT index, USHORT data)
200 XGI_SetRegByte(XGIIOADDRESS port, USHORT data)
206 XGI_SetRegShort(XGIIOADDRESS port, USHORT data)
218 XGI_GetReg(XGIIOADDRESS port, USHORT index)
230 USHORT
243 XGI_SetRegANDOR(XGIIOADDRESS Port,USHORT Index,USHORT DataAND,USHORT DataOR
    [all...]
vb_setmode.c 60 BOOLEAN XGI_SetCRT2Group301(USHORT ModeNo,
68 BOOLEAN XGI_AjustCRT2Rate(USHORT ModeNo, USHORT ModeIdIndex,
69 USHORT RefreshRateTableIndex, USHORT * i,
71 BOOLEAN XGI_GetLCDInfo(USHORT ModeNo, USHORT ModeIdIndex,
74 USHORT XGI_GetOffset(USHORT ModeNo, USHORT ModeIdIndex
    [all...]
vb_ext.h 39 USHORT ax, hi_ax, bx, hi_bx, cx, hi_cx, dx, hi_dx, si, hi_si, di ,hi_di, bp, hi_bp;
62 extern USHORT XGINew_SenseLCD(PXGI_HW_DEVICE_INFO,PVB_DEVICE_INFO pVBInfo);
xgi.h 392 typedef unsigned short 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)
    [all...]
vb_init.c 65 USHORT XGINew_DRAMType[17][5]={{0x0C,0x0A,0x02,0x40,0x39},{0x0D,0x0A,0x01,0x40,0x48},
75 static const USHORT XGINew_SDRDRAM_TYPE[13][5]=
92 static const USHORT XGINew_DDRDRAM_TYPE[4][5]=
100 static const USHORT XGINew_DDRDRAM_TYPE340[4][5]=
109 USHORT XGINew_DDRDRAM_TYPE20[12][5]=
129 static void XGINew_SetDRAMDefaultRegister340(PXGI_HW_DEVICE_INFO, USHORT,
131 static void XGINew_SetDRAMDefaultRegisterXG45(PXGI_HW_DEVICE_INFO, USHORT,
136 UCHAR XGINew_ChannelAB, const USHORT DRAMTYPE_TABLE[][5],
140 const USHORT DRAMTYPE_TABLE[][5], PVB_DEVICE_INFO pVBInfo);
141 static USHORT XGINew_SetDRAMSizeReg(int index
    [all...]
vb_i2c.h 120 USHORT IDProductCode;
133 USHORT usStandardTiming[8];
136 USHORT usPixelClock;
155 USHORT usReserved0;
vb_ext.c 60 static BOOLEAN XGINew_Sense(USHORT tempbx, USHORT tempcx,
110 BOOLEAN XGINew_Sense(USHORT tempbx, USHORT tempcx, PVB_DEVICE_INFO pVBInfo)
139 USHORT tempax = 0 , tempbx , tempcx , temp ,
160 USHORT temp_mode_no;
354 USHORT flag ;
381 USHORT tempbx , tempcx , temp , i , tempch;
384 USHORT tempax ;
508 USHORT ModeNo, ModeIdIndex
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
atombios.h 53 #ifndef USHORT
54 typedef unsigned short USHORT;
189 USHORT usStructureSize;
200 USHORT usBiosRuntimeSegmentAddress;
201 USHORT usProtectedModeInfoOffset;
202 USHORT usConfigFilenameOffset;
203 USHORT usCRC_BlockOffset;
204 USHORT usBIOS_BootupMessageOffset;
205 USHORT usInt10Offset;
206 USHORT usPciBusDevInitCode
    [all...]
CD_Common_Types.h 123 #ifndef USHORT
124 typedef UINT16 USHORT;
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
wgl.tm 29 USHORT,*,*, USHORT,*,*
wglext.h 681 extern BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
682 extern BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue);
686 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
687 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue)
    [all...]
  /xsrc/external/mit/xf86-video-ast/dist/src/
ast.h 107 typedef CARD16 USHORT;
168 USHORT cursortype;
169 USHORT width;
170 USHORT height;
171 USHORT offset_x;
172 USHORT offset_y;
ast_2dtool.h 89 USHORT wSrcDummy; /* 8004 */
90 USHORT wSrcPitch; /* 8006 */
99 USHORT wDstHeight; /* 800C */
100 USHORT wDstPitch; /* 800E */
126 USHORT wRecHeight; /* 8018 */
127 USHORT wRecWidth; /* 801A */
293 USHORT dsLineX;
294 USHORT dsLineY;
295 USHORT dsLineWidth;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_atombios.h 162 # ifndef USHORT
163 typedef unsigned short USHORT;
164 # define USHORT USHORT
181 USHORT usDeviceSupport;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/
u_unfilled_gen.py 27 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint'
30 INTYPES = (GENERATE, UBYTE, USHORT, UINT)
31 OUTTYPES = (USHORT, UINT)
51 intype_idx = dict(ubyte='IN_UBYTE', ushort='IN_USHORT', uint='IN_UINT')
52 outtype_idx = dict(ushort='OUT_USHORT', uint='OUT_UINT')
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/
u_unfilled_gen.py 29 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint'
32 INTYPES = (GENERATE, UBYTE, USHORT, UINT)
33 OUTTYPES = (USHORT, UINT)
53 intype_idx = dict(ubyte='IN_UBYTE', ushort='IN_USHORT', uint='IN_UINT')
54 outtype_idx = dict(ushort='OUT_USHORT', uint='OUT_UINT')
  /xsrc/external/mit/MesaLib/dist/include/GL/
wglext.h 540 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
541 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue);
545 BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
546 BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/include/GL/
wglext.h 535 typedef BOOL (WINAPI * PFNWGLGETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
536 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue);
540 BOOL WINAPI wglGetGammaTableI3D (HDC hDC, int iEntries, USHORT *puRed, USHORT *puGreen, USHORT *puBlue);
541 BOOL WINAPI wglSetGammaTableI3D (HDC hDC, int iEntries, const USHORT *puRed, const USHORT *puGreen, const USHORT *puBlue)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
dbghelp.h 65 PVOID IMAGEAPI ImageDirectoryEntryToDataEx(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size,PIMAGE_SECTION_HEADER *FoundHeader);
66 PVOID IMAGEAPI ImageDirectoryEntryToData(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size);
96 USHORT ReservedMachine;
97 USHORT ReservedCharacteristics;
296 USHORT MajorVersion;
297 USHORT MinorVersion;
298 USHORT Revision;
299 USHORT Reserved;
773 USHORT dataLength;
774 USHORT leaf
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
dbghelp.h 65 PVOID IMAGEAPI ImageDirectoryEntryToDataEx(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size,PIMAGE_SECTION_HEADER *FoundHeader);
66 PVOID IMAGEAPI ImageDirectoryEntryToData(PVOID Base,BOOLEAN MappedAsImage,USHORT DirectoryEntry,PULONG Size);
96 USHORT ReservedMachine;
97 USHORT ReservedCharacteristics;
296 USHORT MajorVersion;
297 USHORT MinorVersion;
298 USHORT Revision;
299 USHORT Reserved;
773 USHORT dataLength;
774 USHORT leaf
    [all...]

Completed in 120 milliseconds

1 2