HomeSort by: relevance | last modified time | path
    Searched refs:USHORT (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
vega10_pptable.h 78 USHORT usTableSize; /* the size of header structure */
81 USHORT usFormatID; /* PPGen use only */
85 USHORT usPowerControlLimit;
86 USHORT usUlvVoltageOffset; /* in mv units */
87 USHORT usUlvSmnclkDid;
88 USHORT usUlvMp1clkDid;
89 USHORT usUlvGfxclkBypass;
90 USHORT usGfxclkSlewRate;
98 USHORT usStateArrayOffset; /* points to ATOM_Vega10_State_Array */
99 USHORT usFanTableOffset; /* points to ATOM_Vega10_Fan_Table *
    [all...]
pptable_v1_0.h 106 USHORT usTableSize; /*the size of header structure */
110 USHORT usFormatID;
112 USHORT usVoltageTime; /*in microseconds */
118 USHORT usPowerControlLimit;
119 USHORT usUlvVoltageOffset; /*in mv units */
121 USHORT usStateArrayOffset; /*points to ATOM_Tonga_State_Array */
122 USHORT usFanTableOffset; /*points to ATOM_Tonga_Fan_Table */
123 USHORT usThermalControllerOffset; /*points to ATOM_Tonga_Thermal_Controller */
124 USHORT usReserv; /*CustomThermalPolicy removed for Tonga. Keep this filed as reserved. */
126 USHORT usMclkDependencyTableOffset; /*points to ATOM_Tonga_MCLK_Dependency_Table *
    [all...]
vega12_pptable.h 81 USHORT usTableSize;
84 USHORT usFormatID;
90 USHORT usSmallPowerLimit1;
91 USHORT usSmallPowerLimit2;
92 USHORT usBoostPowerLimit;
93 USHORT usODTurboPowerLimit;
94 USHORT usODPowerSavePowerLimit;
95 USHORT usSoftwareShutdownTemp;
103 USHORT usReserve[5];
vega20_pptable.h 116 USHORT usTableSize;
119 USHORT usFormatID;
125 USHORT usSmallPowerLimit1;
126 USHORT usSmallPowerLimit2;
127 USHORT usBoostPowerLimit;
128 USHORT usODTurboPowerLimit;
129 USHORT usODPowerSavePowerLimit;
130 USHORT usSoftwareShutdownTemp;
136 USHORT usReserve[5];
amdgpu_processpptables.c 627 USHORT classification,
628 USHORT classification2)
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
pptable.h 91 USHORT usTMin; // The temperature, in 0.01 centigrades, below which we just run at a minimal PWM.
92 USHORT usTMed; // The middle temperature where we change slopes.
93 USHORT usTHigh; // The high point above TMed for adjusting the second slope.
94 USHORT usPWMMin; // The minimum PWM value in percent (0.01% increments).
95 USHORT usPWMMed; // The PWM value (in percent) at TMed.
96 USHORT usPWMHigh; // The PWM value at THigh.
102 USHORT usTMax; // The max temperature
109 USHORT usFanPWMMax;
110 USHORT usFanOutputSensitivity;
116 USHORT usFanRPMMax
    [all...]
atom-types.h 32 typedef uint16_t USHORT;
atombios.h 54 #ifndef USHORT
55 typedef unsigned short USHORT;
212 USHORT usStructureSize;
226 USHORT usBiosRuntimeSegmentAddress;
227 USHORT usProtectedModeInfoOffset;
228 USHORT usConfigFilenameOffset;
229 USHORT usCRC_BlockOffset;
230 USHORT usBIOS_BootupMessageOffset;
231 USHORT usInt10Offset;
232 USHORT usPciBusDevInitCode
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
pptable.h 87 USHORT usTMin; // The temperature, in 0.01 centigrades, below which we just run at a minimal PWM.
88 USHORT usTMed; // The middle temperature where we change slopes.
89 USHORT usTHigh; // The high point above TMed for adjusting the second slope.
90 USHORT usPWMMin; // The minimum PWM value in percent (0.01% increments).
91 USHORT usPWMMed; // The PWM value (in percent) at TMed.
92 USHORT usPWMHigh; // The PWM value at THigh.
98 USHORT usTMax; // The max temperature
105 USHORT usFanPWMMax;
106 USHORT usFanOutputSensitivity;
111 USHORT usSize
    [all...]
atombios.h 55 #ifndef USHORT
56 typedef unsigned short USHORT;
204 USHORT usStructureSize;
218 USHORT usBiosRuntimeSegmentAddress;
219 USHORT usProtectedModeInfoOffset;
220 USHORT usConfigFilenameOffset;
221 USHORT usCRC_BlockOffset;
222 USHORT usBIOS_BootupMessageOffset;
223 USHORT usInt10Offset;
224 USHORT usPciBusDevInitCode
    [all...]
atom-types.h 32 typedef uint16_t USHORT;
  /src/usr.bin/xlint/common/
inittyp.c 90 typeinfo("short", SHORT, USHORT, SHORT_SIZE, 3, 's'),
91 typeinfo("unsigned short", SHORT, USHORT, SHORT_SIZE, 3, 'u'),
lint.h 71 USHORT, /* unsigned short */
  /src/bin/ps/
ps.h 45 CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG,
keyword.c 221 PVAR("xstat", "XSTAT", 0, p_xstat, USHORT, "x"),
ps.c 693 case USHORT:
694 RDIFF(ushort);
print.c 1271 case USHORT:
1380 case USHORT:
  /src/usr.bin/xlint/lint2/
chk.c 516 } else if (t1 == USHORT) {
741 * SHORT is always promoted to INT, USHORT to
758 /* USHORT was promoted to INT or UINT */
808 if (t2 != SHORT && t2 != USHORT)
915 sz = USHORT;
1224 } else if (t == USHORT) {
1364 if (t == SHORT || t == USHORT)
read.c 610 return s == 'u' ? USHORT : SHORT;
796 t = USHORT;
  /src/usr.bin/xlint/lint1/
decl.c 231 : t == SHORT ? USHORT
264 td = block_dup_type(gettyp(t2 == INT ? SHORT : USHORT));
1000 t == SHORT || t == USHORT || t == ENUM) {
2249 t == SHORT || t == USHORT)
2278 else if (t == USHORT) {
tree.c 3515 if (t == UCHAR || t == USHORT)
3552 if (t == USHORT)
3682 nt == SHORT || nt == USHORT)
4017 case USHORT:
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_polaris10_smumgr.c 1998 table->Ulv.BifSclkDfs = PP_HOST_TO_SMC_US((USHORT)(dividers.pll_post_divider));
2000 table->LinkLevel[i-1].BifSclkDfs = PP_HOST_TO_SMC_US((USHORT)(dividers.pll_post_divider));

Completed in 86 milliseconds