/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
vega10_pptable.h | 77 UCHAR ucTableRevision; 91 UCHAR ucGfxVoltageMode; 92 UCHAR ucSocVoltageMode; 93 UCHAR ucUclkVoltageMode; 94 UCHAR ucUvdVoltageMode; 95 UCHAR ucVceVoltageMode; 96 UCHAR ucMp0VoltageMode; 97 UCHAR ucDcefVoltageMode; 120 UCHAR ucSocClockIndexHigh; 121 UCHAR ucSocClockIndexLow [all...] |
pptable_v1_0.h | 105 UCHAR ucTableRevision; 148 UCHAR ucEngineClockIndexHigh; 149 UCHAR ucEngineClockIndexLow; 151 UCHAR ucMemoryClockIndexHigh; 152 UCHAR ucMemoryClockIndexLow; 154 UCHAR ucPCIEGenLow; 155 UCHAR ucPCIEGenHigh; 157 UCHAR ucPCIELaneLow; 158 UCHAR ucPCIELaneHigh; 163 UCHAR ucUnused[4] [all...] |
vega20_pptable.h | 80 UCHAR ucODTableRevision; 82 UCHAR ODFeatureCapabilities [ATOM_VEGA20_ODFEATURE_MAX_COUNT]; //OD feature support flags 106 UCHAR ucTableRevision; 115 UCHAR ucTableRevision; 123 UCHAR ucThermalControllerType;
|
vega12_pptable.h | 80 UCHAR ucTableRevision; 88 UCHAR ucThermalControllerType;
|
amdgpu_processpptables.c | 199 table_size = sizeof(UCHAR) + 777 return (sizeof(UCHAR) + sizeof(UCHAR) + 778 (num_dpm_levels * sizeof(UCHAR))); 1284 UCHAR rev_id = *(UCHAR *)(((unsigned long)powerplay_table) + table_offset);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
atombios.h | 51 #ifndef UCHAR 52 typedef unsigned char UCHAR; 205 UCHAR ucTableFormatRevision; /*Change it when the Parser is not backward compatible */ 206 UCHAR ucTableContentRevision; /*Change it only when the table needs to change but the firmware */ 216 UCHAR uaFirmWareSignature[4]; /*Signature to distinguish between Atombios and non-atombios, 231 UCHAR ucExtendedFunctionCode; 232 UCHAR ucReserved; 413 UCHAR ucAction; //0:reserved //1:Memory //2:Engine 414 UCHAR ucReserved; //may expand to return larger Fbdiv later 415 UCHAR ucFbDiv; //return valu [all...] |
pptable.h | 33 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_* 34 UCHAR ucI2cLine; // as interpreted by DAL I2C 35 UCHAR ucI2cAddress; 36 UCHAR ucFanParameters; // Fan Control Parameters. 37 UCHAR ucFanMinRPM; // Fan Minimum RPM (hundreds) -- for display purposes only. 38 UCHAR ucFanMaxRPM; // Fan Maximum RPM (hundreds) -- for display purposes only. 39 UCHAR ucReserved; // ---- 40 UCHAR ucFlags; // to be defined 78 UCHAR ucNonClockStateIndex; 79 UCHAR ucClockStateIndices[1]; // variable-size [all...] |
atom-types.h | 34 typedef uint8_t UCHAR;
|
/src/sys/external/bsd/drm2/dist/drm/amd/include/ |
pptable.h | 33 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_* 34 UCHAR ucI2cLine; // as interpreted by DAL I2C 35 UCHAR ucI2cAddress; 36 UCHAR ucFanParameters; // Fan Control Parameters. 37 UCHAR ucFanMinRPM; // Fan Minimum RPM (hundreds) -- for display purposes only. 38 UCHAR ucFanMaxRPM; // Fan Maximum RPM (hundreds) -- for display purposes only. 39 UCHAR ucReserved; // ---- 40 UCHAR ucFlags; // to be defined 82 UCHAR ucNonClockStateIndex; 83 UCHAR ucClockStateIndices[1]; // variable-size [all...] |
atombios.h | 50 #ifndef UCHAR 51 typedef unsigned char UCHAR; 213 UCHAR ucTableFormatRevision; //Change it when the Parser is not backward compatible 214 UCHAR ucTableContentRevision; //Change it only when the table needs to change but the firmware 224 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios, 239 UCHAR ucExtendedFunctionCode; 240 UCHAR ucReserved; 247 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios, 262 UCHAR ucExtendedFunctionCode; 263 UCHAR ucReserved [all...] |
atom-types.h | 34 typedef uint8_t UCHAR;
|
/src/usr.bin/audio/ctl/ |
ctl.c | 80 #define UCHAR 6 109 { "play.balance", &info.play.balance, UCHAR, 0 }, 115 { "play.pause", &info.play.pause, UCHAR, 0 }, 116 { "play.error", &info.play.error, UCHAR, READONLY }, 117 { "play.waiting", &info.play.waiting, UCHAR, READONLY }, 118 { "play.open", &info.play.open, UCHAR, READONLY }, 119 { "play.active", &info.play.active, UCHAR, READONLY }, 128 { "record.balance", &info.record.balance, UCHAR, 0 }, 134 { "record.pause", &info.record.pause, UCHAR, 0 }, 135 { "record.error", &info.record.error, UCHAR, READONLY } [all...] |
/src/usr.bin/bdes/ |
bdes.c | 135 #define UCHAR(x,i) (x[i]) 515 if ((bits[j]&UCHAR(buf, i)) != 0) 518 UCHAR(buf, i) = UCHAR(buf, i)&0177; 520 UCHAR(buf, i) = (UCHAR(buf, i)&0177)|0200; 642 UCHAR(msgbuf, c) ^= UCHAR(ivec, c); 729 UCHAR(ivec, n) = UCHAR(ivec, n+nbytes) [all...] |
/src/bin/ed/ |
cbc.c | 122 #define UCHAR(x,i) (x[i]) 371 if ((bits[j]&UCHAR(buf, i)) != 0) 374 UCHAR(buf, i) = UCHAR(buf, i)&0177; 376 UCHAR(buf, i) = (UCHAR(buf, i)&0177)|0200; 439 UCHAR(msgbuf, c) ^= UCHAR(ivec, c);
|
/src/usr.bin/xlint/lint1/ |
ckctype.c | 103 if (on->tn_type->t_tspec == UCHAR) 105 if (on->tn_type->t_tspec == UCHAR) 115 if (cn->tn_type->t_tspec != UCHAR && cn->tn_type->t_tspec != INT) {
|
decl.c | 230 return t == CHAR ? UCHAR 999 if (t == CHAR || t == UCHAR || t == SCHAR || 2248 t == CHAR || t == SCHAR || t == UCHAR || 2274 else if (t == UCHAR) 2440 st == CHAR || st == SCHAR || st == UCHAR);
|
/src/usr.bin/xlint/common/ |
inittyp.c | 86 typeinfo("char", SCHAR, UCHAR, CHAR_SIZE, 2, 88 typeinfo("signed char", SCHAR, UCHAR, CHAR_SIZE, 2, 's'), 89 typeinfo("unsigned char", SCHAR, UCHAR, CHAR_SIZE, 2, 'u'),
|
lint.h | 69 UCHAR, /* unsigned char */
|
/src/bin/ps/ |
ps.h | 45 CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG,
|
keyword.c | 157 VAR6("nice", "NI", 0, pnice, POFF(p_nice), UCHAR), 214 LVAR("upr", "UPR", 0, l_usrpri, UCHAR, "u"),
|
ps.c | 689 case UCHAR:
|
print.c | 1259 case UCHAR: 1368 case UCHAR:
|
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
oswintbl.c | 583 (UCHAR *)ReturnTable, &DataSize);
|
/src/usr.bin/xlint/lint2/ |
chk.c | 512 } else if (t1 == UCHAR) { 791 (t2 != CHAR && t2 != UCHAR && t2 != SCHAR)) { 994 } else if (t2 != CHAR && t2 != UCHAR && 1220 } else if (t == UCHAR) { 1362 if (t == CHAR || t == SCHAR || t == UCHAR)
|
read.c | 608 return s == 's' ? SCHAR : (s == 'u' ? UCHAR : CHAR); 790 t = UCHAR;
|