Home
last modified time | relevance | path

Searched refs:UCHAR (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/include/
Datombios.h48 #ifndef UCHAR
49 typedef unsigned char UCHAR; typedef
211 UCHAR ucTableFormatRevision; //Change it when the Parser is not backward compatible
212 UCHAR ucTableContentRevision; //Change it only when the table needs to change but the firmware
222 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 …]
Dpptable.h31 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_*
32 UCHAR ucI2cLine; // as interpreted by DAL I2C
33 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 defined
80 UCHAR ucNonClockStateIndex;
81 UCHAR ucClockStateIndices[]; // variable-sized
[all …]
Datom-types.h32 typedef uint8_t UCHAR; typedef
/linux-6.12.1/drivers/gpu/drm/radeon/
Datombios.h49 #ifndef UCHAR
50 typedef unsigned char UCHAR; typedef
203 UCHAR ucTableFormatRevision; /*Change it when the Parser is not backward compatible */
204UCHAR 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 later
413 UCHAR ucFbDiv; //return value
[all …]
Dpptable.h31 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_*
32 UCHAR ucI2cLine; // as interpreted by DAL I2C
33 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 defined
76 UCHAR ucNonClockStateIndex;
77 UCHAR ucClockStateIndices[]; // variable-sized
[all …]
Datom-types.h32 typedef uint8_t UCHAR; typedef
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega10_pptable.h75 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 …]
Dpptable_v1_0.h103 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 …]
Dvega20_pptable.h77 UCHAR ucODTableRevision;
79 UCHAR ODFeatureCapabilities[ATOM_VEGA20_ODFEATURE_MAX_COUNT]; //OD feature support flags
102 UCHAR ucTableRevision;
110 UCHAR ucTableRevision;
118 UCHAR ucThermalControllerType;
Dvega12_pptable.h77 UCHAR ucTableRevision;
85 UCHAR ucThermalControllerType;
Dprocesspptables.c196 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()
/linux-6.12.1/arch/mips/include/asm/fw/arc/
Dtypes.h19 typedef unsigned char UCHAR; typedef
44 typedef unsigned char UCHAR; typedef
55 typedef UCHAR *_PUCHAR;
66 typedef UCHAR *PUCHAR;
81 UCHAR HighIntensity;
82 UCHAR Underscored;
83 UCHAR ReverseVideo;
/linux-6.12.1/drivers/tty/serial/
Ddz.h41 #define UCHAR(x) ((unsigned char)(x & DZ_RBUF_MASK)) macro
Ddz.c192 ch = UCHAR(status); /* grab the char */ in dz_receive_chars()