Searched refs:UCHAR (Results 1 – 14 of 14) sorted by relevance
48 #ifndef UCHAR49 typedef unsigned char UCHAR; typedef211 UCHAR ucTableFormatRevision; //Change it when the Parser is not backward compatible212 UCHAR ucTableContentRevision; //Change it only when the table needs to change but the firmware222 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios,237 UCHAR ucExtendedFunctionCode;238 UCHAR ucReserved;245 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios,260 UCHAR ucExtendedFunctionCode;261 UCHAR ucReserved;[all …]
31 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_*32 UCHAR ucI2cLine; // as interpreted by DAL I2C33 UCHAR ucI2cAddress;34 UCHAR ucFanParameters; // Fan Control Parameters.35 UCHAR ucFanMinRPM; // Fan Minimum RPM (hundreds) -- for display purposes only.36 UCHAR ucFanMaxRPM; // Fan Maximum RPM (hundreds) -- for display purposes only.37 UCHAR ucReserved; // ----38 UCHAR ucFlags; // to be defined80 UCHAR ucNonClockStateIndex;81 UCHAR ucClockStateIndices[]; // variable-sized[all …]
32 typedef uint8_t UCHAR; typedef
49 #ifndef UCHAR50 typedef unsigned char UCHAR; typedef203 UCHAR ucTableFormatRevision; /*Change it when the Parser is not backward compatible */204 …UCHAR ucTableContentRevision; /*Change it only when the table needs to change but the firmware */214 UCHAR uaFirmWareSignature[4]; /*Signature to distinguish between Atombios and non-atombios, 229 UCHAR ucExtendedFunctionCode;230 UCHAR ucReserved;411 UCHAR ucAction; //0:reserved //1:Memory //2:Engine 412 UCHAR ucReserved; //may expand to return larger Fbdiv later413 UCHAR ucFbDiv; //return value[all …]
31 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_*32 UCHAR ucI2cLine; // as interpreted by DAL I2C33 UCHAR ucI2cAddress;34 UCHAR ucFanParameters; // Fan Control Parameters.35 UCHAR ucFanMinRPM; // Fan Minimum RPM (hundreds) -- for display purposes only.36 UCHAR ucFanMaxRPM; // Fan Maximum RPM (hundreds) -- for display purposes only.37 UCHAR ucReserved; // ----38 UCHAR ucFlags; // to be defined76 UCHAR ucNonClockStateIndex;77 UCHAR ucClockStateIndices[]; // variable-sized[all …]
75 UCHAR ucTableRevision;89 UCHAR ucGfxVoltageMode;90 UCHAR ucSocVoltageMode;91 UCHAR ucUclkVoltageMode;92 UCHAR ucUvdVoltageMode;93 UCHAR ucVceVoltageMode;94 UCHAR ucMp0VoltageMode;95 UCHAR ucDcefVoltageMode;118 UCHAR ucSocClockIndexHigh;119 UCHAR ucSocClockIndexLow;[all …]
103 UCHAR ucTableRevision;146 UCHAR ucEngineClockIndexHigh;147 UCHAR ucEngineClockIndexLow;149 UCHAR ucMemoryClockIndexHigh;150 UCHAR ucMemoryClockIndexLow;152 UCHAR ucPCIEGenLow;153 UCHAR ucPCIEGenHigh;155 UCHAR ucPCIELaneLow;156 UCHAR ucPCIELaneHigh;161 UCHAR ucUnused[4];[all …]
77 UCHAR ucODTableRevision;79 UCHAR ODFeatureCapabilities[ATOM_VEGA20_ODFEATURE_MAX_COUNT]; //OD feature support flags102 UCHAR ucTableRevision;110 UCHAR ucTableRevision;118 UCHAR ucThermalControllerType;
77 UCHAR ucTableRevision;85 UCHAR ucThermalControllerType;
196 table_size = sizeof(UCHAR) + in get_uvd_clock_info_array_size()768 return (sizeof(UCHAR) + sizeof(UCHAR) + in size_of_entry_v2()769 (num_dpm_levels * sizeof(UCHAR))); in size_of_entry_v2()1390 UCHAR rev_id = *(UCHAR *)(((unsigned long)powerplay_table) + table_offset); in init_clock_voltage_dependency()
19 typedef unsigned char UCHAR; typedef44 typedef unsigned char UCHAR; typedef55 typedef UCHAR *_PUCHAR;66 typedef UCHAR *PUCHAR;81 UCHAR HighIntensity;82 UCHAR Underscored;83 UCHAR ReverseVideo;
41 #define UCHAR(x) ((unsigned char)(x & DZ_RBUF_MASK)) macro
192 ch = UCHAR(status); /* grab the char */ in dz_receive_chars()