Searched refs:uint16_t (Results 1 – 25 of 967) sorted by relevance
12345678910>>...39
| /Linux-v5.15/drivers/gpu/drm/amd/pm/inc/ |
| D | tonga_ppsmc.h | 89 #define PPSMC_Result_OK ((uint16_t)0x01) 90 #define PPSMC_Result_NoMore ((uint16_t)0x02) 91 #define PPSMC_Result_NotNow ((uint16_t)0x03) 93 #define PPSMC_Result_Failed ((uint16_t)0xFF) 94 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE) 95 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD) 97 typedef uint16_t PPSMC_Result; 99 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x)) 102 #define PPSMC_MSG_Halt ((uint16_t)0x10) 103 #define PPSMC_MSG_Resume ((uint16_t)0x11) [all …]
|
| D | fiji_ppsmc.h | 87 #define PPSMC_Result_OK ((uint16_t)0x01) 88 #define PPSMC_Result_NoMore ((uint16_t)0x02) 90 #define PPSMC_Result_NotNow ((uint16_t)0x03) 92 #define PPSMC_Result_Failed ((uint16_t)0xFF) 93 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE) 94 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD) 96 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x)) 99 #define PPSMC_MSG_Halt ((uint16_t)0x10) 100 #define PPSMC_MSG_Resume ((uint16_t)0x11) 101 #define PPSMC_MSG_EnableDPMLevel ((uint16_t)0x12) [all …]
|
| D | smu7_ppsmc.h | 30 #define PPSMC_MSG_SetGBDroopSettings ((uint16_t) 0x305) 83 #define PPSMC_Result_OK ((uint16_t)0x01) 84 #define PPSMC_Result_NoMore ((uint16_t)0x02) 86 #define PPSMC_Result_NotNow ((uint16_t)0x03) 87 #define PPSMC_Result_Failed ((uint16_t)0xFF) 88 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE) 89 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD) 91 typedef uint16_t PPSMC_Result; 93 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x)) 96 #define PPSMC_MSG_Halt ((uint16_t)0x10) [all …]
|
| D | cz_ppsmc.h | 49 #define PPSMC_Result_OK ((uint16_t)0x01) 50 #define PPSMC_Result_NoMore ((uint16_t)0x02) 51 #define PPSMC_Result_NotNow ((uint16_t)0x03) 52 #define PPSMC_Result_Failed ((uint16_t)0xFF) 53 #define PPSMC_Result_UnknownCmd ((uint16_t)0xFE) 54 #define PPSMC_Result_UnknownVT ((uint16_t)0xFD) 56 #define PPSMC_isERROR(x) ((uint16_t)0x80 & (x)) 61 #define PPSMC_MSG_Test ((uint16_t) 0x1) 62 #define PPSMC_MSG_GetFeatureStatus ((uint16_t) 0x2) 63 #define PPSMC_MSG_EnableAllSmuFeatures ((uint16_t) 0x3) [all …]
|
| D | smu11_driver_if_navi10.h | 314 uint16_t SlaveAddress; 489 uint16_t DeviceID; 491 uint16_t DieTemperatureLimit; 492 uint16_t FanTargetTemperature; 494 uint16_t MemoryTemperatureLimit; 495 uint16_t MemoryTemperatureLimit1; 497 uint16_t TGP; 498 uint16_t CardPower; 508 uint16_t DieTemperature; 509 uint16_t CurrentMemoryTemperature; [all …]
|
| D | smu11_driver_if_sienna_cichlid.h | 541 …uint16_t SsFmin; // Fmin for SS curve. If SS curve is selected, will use V@SSFm… 542 uint16_t Padding16; 581 uint16_t Fmin; 582 uint16_t Fmax; 594 uint16_t SocketPowerLimitAc[PPT_THROTTLER_COUNT]; // Watts 595 uint16_t SocketPowerLimitAcTau[PPT_THROTTLER_COUNT]; // Time constant of LPF in ms 596 uint16_t SocketPowerLimitDc[PPT_THROTTLER_COUNT]; // Watts 597 uint16_t SocketPowerLimitDcTau[PPT_THROTTLER_COUNT]; // Time constant of LPF in ms 599 uint16_t TdcLimit[TDC_THROTTLER_COUNT]; // Amps 600 uint16_t TdcLimitTau[TDC_THROTTLER_COUNT]; // Time constant of LPF in ms [all …]
|
| D | smu11_driver_if.h | 368 uint16_t SocketPowerLimitAc0; 369 uint16_t SocketPowerLimitAc0Tau; 370 uint16_t SocketPowerLimitAc1; 371 uint16_t SocketPowerLimitAc1Tau; 372 uint16_t SocketPowerLimitAc2; 373 uint16_t SocketPowerLimitAc2Tau; 374 uint16_t SocketPowerLimitAc3; 375 uint16_t SocketPowerLimitAc3Tau; 376 uint16_t SocketPowerLimitDc; 377 uint16_t SocketPowerLimitDcTau; [all …]
|
| D | smu11_driver_if_arcturus.h | 310 uint16_t SlaveAddress; 463 …uint16_t SsFmin; // Fmin for SS curve. If SS curve is selected, will use V@SSFm… 464 uint16_t Padding16; 474 uint16_t SocketPowerLimitAc[PPT_THROTTLER_COUNT]; 475 uint16_t SocketPowerLimitAcTau[PPT_THROTTLER_COUNT]; 476 uint16_t TdcLimitSoc; // Amps 477 uint16_t TdcLimitSocTau; // Time constant of LPF in ms 478 uint16_t TdcLimitGfx; // Amps 479 uint16_t TdcLimitGfxTau; // Time constant of LPF in ms 481 uint16_t TedgeLimit; // Celcius [all …]
|
| D | smu13_driver_if_aldebaran.h | 263 …uint16_t SsFmin; // Fmin for SS curve. If SS curve is selected, will use V@SSFm… 275 uint16_t PptLimit; // Watts 276 uint16_t TdcLimitGfx; // Amps 277 uint16_t TdcLimitSoc; // Amps 278 uint16_t TdcLimitHbm; // Amps 279 uint16_t ThotspotLimit; // Celcius 280 uint16_t TmemLimit; // Celcius 281 uint16_t Tvr_gfxLimit; // Celcius 282 uint16_t Tvr_memLimit; // Celcius 283 uint16_t Tvr_socLimit; // Celcius [all …]
|
| D | smu11_driver_if_vangogh.h | 45 uint16_t Freq; // in MHz 46 uint16_t Vid; // min voltage in SVI2 VID 50 uint16_t MinClock; // This is either DCFCLK or SOCCLK (in MHz) 51 uint16_t MaxClock; // This is either DCFCLK or SOCCLK (in MHz) 52 uint16_t MinMclk; 53 uint16_t MaxMclk; 168 uint16_t GfxclkFrequency; //[MHz] 169 uint16_t SocclkFrequency; //[MHz] 170 uint16_t VclkFrequency; //[MHz] 171 uint16_t DclkFrequency; //[MHz] [all …]
|
| D | smu12_driver_if.h | 46 uint16_t Freq; // in MHz 47 uint16_t Vid; // min voltage in SVI2 VID 51 uint16_t MinClock; // This is either DCFCLK or SOCCLK (in MHz) 52 uint16_t MaxClock; // This is either DCFCLK or SOCCLK (in MHz) 53 uint16_t MinMclk; 54 uint16_t MaxMclk; 172 uint16_t ClockFrequency[CLOCK_COUNT]; //[MHz] 174 uint16_t AverageGfxclkFrequency; //[MHz] 175 uint16_t AverageSocclkFrequency; //[MHz] 176 uint16_t AverageVclkFrequency; //[MHz] [all …]
|
| D | smu13_driver_if_yellow_carp.h | 45 uint16_t Freq; // in MHz 46 uint16_t Vid; // min voltage in SVI3 VID 50 uint16_t MinClock; // This is either DCFCLK or SOCCLK (in MHz) 51 uint16_t MaxClock; // This is either DCFCLK or SOCCLK (in MHz) 52 uint16_t MinMclk; 53 uint16_t MaxMclk; 159 uint16_t GfxclkFrequency; //[MHz] 160 uint16_t SocclkFrequency; //[MHz] 161 uint16_t VclkFrequency; //[MHz] 162 uint16_t DclkFrequency; //[MHz] [all …]
|
| D | hwmgr.h | 211 int (*send_msg_to_smc)(struct pp_hwmgr *hwmgr, uint16_t msg); 213 uint16_t msg, uint32_t parameter); 231 …int (*smc_table_manager)(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw); /*rw… 275 int (*set_max_fan_rpm_output)(struct pp_hwmgr *hwmgr, uint16_t us_max_fan_pwm); 276 int (*set_max_fan_pwm_output)(struct pp_hwmgr *hwmgr, uint16_t us_max_fan_pwm); 386 uint16_t Vddc; /* in CI, we use it for StdVoltageHiSidd */ 390 uint16_t Vddc1; 391 uint16_t Vddc2; 392 uint16_t Vddc3; 413 uint16_t usTDP; [all …]
|
| D | smu9_driver_if.h | 83 uint16_t SsSlewFrac; 121 uint16_t Freq; /* in MHz */ 122 uint16_t Vid; /* min voltage in SVI2 VID */ 127 uint16_t SocketPowerLimit; /* Watts */ 128 uint16_t TdcLimit; /* Amps */ 129 uint16_t EdcLimit; /* Amps */ 130 uint16_t TedgeLimit; /* Celcius */ 131 uint16_t ThotspotLimit; /* Celcius */ 132 uint16_t ThbmLimit; /* Celcius */ 133 uint16_t Tvr_socLimit; /* Celcius */ [all …]
|
| D | smu74_discrete.h | 46 uint16_t fcw_pcc; 48 uint16_t fcw_trans_upper; 49 uint16_t fcw_trans_lower; 54 uint16_t Voltage; 69 uint16_t Fcw_int; 70 uint16_t Fcw_frac; 71 uint16_t Pcc_fcw_int; 74 uint16_t Sclk_slew_rate; 75 uint16_t Pcc_up_slew_rate; 76 uint16_t Pcc_down_slew_rate; [all …]
|
| /Linux-v5.15/drivers/gpu/drm/amd/include/ |
| D | kgd_pp_interface.h | 402 uint16_t structure_size; 418 uint16_t temperature_edge; 419 uint16_t temperature_hotspot; 420 uint16_t temperature_mem; 421 uint16_t temperature_vrgfx; 422 uint16_t temperature_vrsoc; 423 uint16_t temperature_vrmem; 426 uint16_t average_gfx_activity; 427 uint16_t average_umc_activity; // memory controller 428 uint16_t average_mm_activity; // UVD or VCN [all …]
|
| D | atomfirmware.h | 48 #ifndef uint16_t 49 typedef unsigned short uint16_t; typedef 233 uint16_t structuresize; 245 uint16_t bios_segment_address; 246 uint16_t protectedmodeoffset; 247 uint16_t configfilenameoffset; 248 uint16_t crc_block_offset; 249 uint16_t vbios_bootupmessageoffset; 250 uint16_t int10_offset; 251 uint16_t pcibusdevinitcode; [all …]
|
| /Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/ |
| D | ppsmc.h | 113 #define PPSMC_MSG_EnableACDCGPIOInterrupt ((uint16_t) 0x149) 116 #define PPSMC_MSG_UVDDPM_SetEnabledMask ((uint16_t) 0x12D) 117 #define PPSMC_MSG_VCEDPM_SetEnabledMask ((uint16_t) 0x12E) 118 #define PPSMC_MSG_ACPDPM_SetEnabledMask ((uint16_t) 0x12F) 119 #define PPSMC_MSG_SAMUDPM_SetEnabledMask ((uint16_t) 0x130) 120 #define PPSMC_MSG_MCLKDPM_ForceState ((uint16_t) 0x131) 121 #define PPSMC_MSG_MCLKDPM_NoForcedLevel ((uint16_t) 0x132) 122 #define PPSMC_MSG_Thermal_Cntl_Disable ((uint16_t) 0x133) 123 #define PPSMC_MSG_Voltage_Cntl_Disable ((uint16_t) 0x135) 124 #define PPSMC_MSG_PCIeDPM_Enable ((uint16_t) 0x136) [all …]
|
| /Linux-v5.15/drivers/gpu/drm/amd/pm/inc/vega12/ |
| D | smu9_driver_if.h | 255 uint16_t SocketPowerLimitAc0; 256 uint16_t SocketPowerLimitAc0Tau; 257 uint16_t SocketPowerLimitAc1; 258 uint16_t SocketPowerLimitAc1Tau; 259 uint16_t SocketPowerLimitAc2; 260 uint16_t SocketPowerLimitAc2Tau; 261 uint16_t SocketPowerLimitAc3; 262 uint16_t SocketPowerLimitAc3Tau; 263 uint16_t SocketPowerLimitDc; 264 uint16_t SocketPowerLimitDcTau; [all …]
|
| /Linux-v5.15/drivers/gpu/drm/radeon/ |
| D | ppsmc.h | 113 #define PPSMC_MSG_UVDDPM_SetEnabledMask ((uint16_t) 0x12D) 114 #define PPSMC_MSG_VCEDPM_SetEnabledMask ((uint16_t) 0x12E) 115 #define PPSMC_MSG_ACPDPM_SetEnabledMask ((uint16_t) 0x12F) 116 #define PPSMC_MSG_SAMUDPM_SetEnabledMask ((uint16_t) 0x130) 117 #define PPSMC_MSG_MCLKDPM_ForceState ((uint16_t) 0x131) 118 #define PPSMC_MSG_MCLKDPM_NoForcedLevel ((uint16_t) 0x132) 119 #define PPSMC_MSG_Thermal_Cntl_Disable ((uint16_t) 0x133) 120 #define PPSMC_MSG_Voltage_Cntl_Disable ((uint16_t) 0x135) 121 #define PPSMC_MSG_PCIeDPM_Enable ((uint16_t) 0x136) 122 #define PPSMC_MSG_PCIeDPM_Disable ((uint16_t) 0x13d) [all …]
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce/ |
| D | dce_scl_filters.c | 36 static const uint16_t filter_2tap_16p[18] = { 57 static const uint16_t filter_3tap_16p_upscale[27] = { 78 static const uint16_t filter_3tap_16p_116[27] = { 99 static const uint16_t filter_3tap_16p_149[27] = { 120 static const uint16_t filter_3tap_16p_183[27] = { 141 static const uint16_t filter_4tap_16p_upscale[36] = { 162 static const uint16_t filter_4tap_16p_116[36] = { 183 static const uint16_t filter_4tap_16p_149[36] = { 204 static const uint16_t filter_4tap_16p_183[36] = { 225 static const uint16_t filter_2tap_64p[66] = { [all …]
|
| /Linux-v5.15/drivers/scsi/qla4xxx/ |
| D | ql4_fw.h | 296 uint16_t version; 297 uint16_t len; 298 uint16_t checksum; 301 uint16_t man_id; 302 uint16_t id; 319 uint16_t read_timeout; 328 uint16_t start_lo; 329 uint16_t start_hi; 332 uint16_t checksum; 336 uint16_t version; [all …]
|
| /Linux-v5.15/include/linux/ |
| D | pe.h | 163 uint16_t magic; /* MZ_MAGIC */ 164 uint16_t lbsize; /* size of last used block */ 165 uint16_t blocks; /* pages in file, 0x3 */ 166 uint16_t relocs; /* relocations */ 167 uint16_t hdrsize; /* header size in "paragraphs" */ 168 uint16_t min_extra_pps; /* .bss */ 169 uint16_t max_extra_pps; /* runtime limit for the arena size */ 170 uint16_t ss; /* relative stack segment */ 171 uint16_t sp; /* initial %sp register */ 172 uint16_t checksum; /* word checksum */ [all …]
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
| D | dcn31_smu.h | 47 uint16_t Freq; // in MHz 48 uint16_t Vid; // min voltage in SVI3 VID 52 uint16_t MinClock; // This is either DCFCLK or SOCCLK (in MHz) 53 uint16_t MaxClock; // This is either DCFCLK or SOCCLK (in MHz) 54 uint16_t MinMclk; 55 uint16_t MaxMclk; 168 uint16_t GfxclkFrequency; //[MHz] 169 uint16_t SocclkFrequency; //[MHz] 170 uint16_t VclkFrequency; //[MHz] 171 uint16_t DclkFrequency; //[MHz] [all …]
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_dwb_scl.c | 50 static const uint16_t filter_3tap_16p_upscale[27] = { 62 static const uint16_t filter_3tap_16p_117[27] = { 74 static const uint16_t filter_3tap_16p_150[27] = { 86 static const uint16_t filter_3tap_16p_183[27] = { 98 static const uint16_t filter_4tap_16p_upscale[36] = { 110 static const uint16_t filter_4tap_16p_117[36] = { 122 static const uint16_t filter_4tap_16p_150[36] = { 134 static const uint16_t filter_4tap_16p_183[36] = { 146 static const uint16_t filter_5tap_16p_upscale[45] = { 158 static const uint16_t filter_5tap_16p_117[45] = { [all …]
|
12345678910>>...39