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

  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
CD_Common_Types.h 126 #ifndef UCHAR
127 typedef UINT8 UCHAR;
atombios.h 49 #ifndef UCHAR
50 typedef unsigned char UCHAR;
190 UCHAR ucTableFormatRevision; /*Change it when the Parser is not backward compatible */
191 UCHAR ucTableContentRevision; /*Change it only when the table needs to change but the firmware */
198 UCHAR uaFirmWareSignature[4]; /*Signature to distinguish between Atombios and non-atombios,
213 UCHAR ucExtendedFunctionCode;
214 UCHAR ucReserved;
364 UCHAR ucAction; //0:reserved //1:Memory //2:Engine
365 UCHAR ucReserved; //may expand to return larger Fbdiv later
366 UCHAR ucFbDiv; //return valu
    [all...]
  /xsrc/external/mit/xf86-video-geode/dist/src/panel/
92xx.h 37 typedef unsigned char UCHAR;
  /xsrc/external/mit/xf86-video-nsc/dist/src/panel/
92xx.h 145 typedef unsigned char UCHAR;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_atombios.h 158 # ifndef UCHAR
159 typedef unsigned char UCHAR;
160 # define UCHAR UCHAR
  /xsrc/external/mit/xf86-video-xgi/dist/src/
vgatypes.h 91 #ifndef UCHAR
92 typedef unsigned char UCHAR;
104 typedef UCHAR *PUCHAR;
124 typedef UCHAR BOOLEAN;
128 typedef UCHAR bool;
206 UCHAR jIdx;
207 UCHAR jVal;
240 UCHAR jChipType; /* Used to Identify Graphics Chip */
244 UCHAR jChipRevision; /* Used to Identify Graphics Chip Revision */
246 UCHAR ujVBChipID; /* the ID of video bridge *
    [all...]
  /xsrc/external/mit/xf86-video-ast/dist/src/
ast.h 106 typedef CARD8 UCHAR;
113 UCHAR ExtCRTC[0x50];
115 UCHAR MISC;
116 UCHAR SEQ[4];
117 UCHAR CRTC[25];
118 UCHAR AR[20];
119 UCHAR GR[9];
120 UCHAR DAC[256][3];
124 UCHAR REGA4;
143 UCHAR *pjCMDQVirtualAddr
    [all...]

Completed in 14 milliseconds