HomeSort by: relevance | last modified time | path
    Searched defs:ULONG (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
CD_Common_Types.h 129 #ifndef ULONG
130 typedef UINT32 ULONG;
atombios.h 45 #ifndef ULONG
46 typedef unsigned long ULONG;
363 ULONG ulClock; //When returen, it's the re-calculated clock based on given Fb_div Post_Div and ref_div
372 ULONG ulClock; //When return, [23:0] return real clock
397 ULONG ulComputeClockFlag:8; // =1: COMPUTE_MEMORY_PLL_PARAM, =2: COMPUTE_ENGINE_PLL_PARAM
398 ULONG ulClockFreq:24; // in unit of 10kHz
400 ULONG ulClockFreq:24; // in unit of 10kHz
401 ULONG ulComputeClockFlag:8; // =1: COMPUTE_MEMORY_PLL_PARAM, =2: COMPUTE_ENGINE_PLL_PARAM
435 ULONG ucPostDiv; //return parameter: post divider which is used to program to register directly
436 ULONG ulClock:24; //Input= target clock, output = actual clock
    [all...]
  /xsrc/external/mit/xf86-video-geode/dist/src/panel/
92xx.h 36 typedef unsigned long ULONG;
  /xsrc/external/mit/xf86-video-nsc/dist/src/panel/
92xx.h 144 typedef unsigned long ULONG;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_atombios.h 154 # ifndef ULONG
155 typedef unsigned int ULONG;
156 # define ULONG ULONG
  /xsrc/external/mit/xf86-video-xgi/dist/src/
vgatypes.h 99 #ifndef ULONG
100 typedef unsigned long ULONG;
112 typedef ULONG *PULONG;
215 typedef BOOLEAN (*PXGI_QUERYSPACE) (PXGI_HW_DEVICE_INFO, ULONG, ULONG, CARD32 *);
219 ULONG ulExternalChip; /* NO VB or other video bridge*/
230 ULONG ulVideoMemorySize; /* size, in bytes, of the memory on the board */
237 ULONG ul2ndVideoMemorySize;
252 ULONG ulCRT2LCDType; /* defined in the data structure type */
254 ULONG usExternalChip; /* NO VB or other video bridge (other than *
    [all...]
  /xsrc/external/mit/xf86-video-ast/dist/src/
ast.h 114 typedef CARD32 ULONG;
128 ULONG GFX[12];
131 ULONG ENG8044;
145 ULONG ulCMDQSize;
146 ULONG ulCMDQType;
148 ULONG ulCMDQOffsetAddr;
156 ULONG ulCMDQMask;
157 ULONG ulCurCMDQueueLen;
159 ULONG ulWritePointer;
160 ULONG ulReadPointer
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/D3D9/
d3d9types.h 75 typedef unsigned int ULONG;
1790 virtual ULONG WINAPI AddRef() = 0;
1791 virtual ULONG WINAPI Release() = 0;
1800 ULONG (WINAPI *AddRef)(IUnknown *This);
1801 ULONG (WINAPI *Release)(IUnknown *This);
  /xsrc/external/mit/MesaLib.old/dist/include/D3D9/
d3d9types.h 75 typedef unsigned int ULONG;
1790 virtual ULONG WINAPI AddRef() = 0;
1791 virtual ULONG WINAPI Release() = 0;
1800 ULONG (WINAPI *AddRef)(IUnknown *This);
1801 ULONG (WINAPI *Release)(IUnknown *This);

Completed in 47 milliseconds