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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu71_discrete.h 386 int16_t Slope2;
smu7_discrete.h 444 int16_t Slope2;
smu72_discrete.h 389 int16_t Slope2;
smu73_discrete.h 380 int16_t Slope2;
smu74_discrete.h 383 int16_t Slope2;
smu75_discrete.h 389 int16_t Slope2;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
smu7_discrete.h 443 int16_t Slope2;
radeon_ci_dpm.c 967 u16 fdo_min, slope1, slope2; local in function:ci_thermal_setup_fan_table
995 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100);
1002 fan_table.Slope2 = cpu_to_be16(slope2);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_fiji_smumgr.c 2142 uint16_t fdo_min, slope1, slope2; local in function:fiji_thermal_setup_fan_table
2184 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100);
2194 fan_table.Slope2 = cpu_to_be16(slope2);
amdgpu_iceland_smumgr.c 2096 uint16_t fdo_min, slope1, slope2; local in function:iceland_thermal_setup_fan_table
2133 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100);
2140 fan_table.Slope2 = cpu_to_be16(slope2);
amdgpu_ci_smumgr.c 2134 uint16_t fdo_min, slope1, slope2; local in function:ci_thermal_setup_fan_table
2171 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100);
2178 fan_table.Slope2 = cpu_to_be16(slope2);
amdgpu_polaris10_smumgr.c 2076 uint16_t fdo_min, slope1, slope2; local in function:polaris10_thermal_setup_fan_table
2122 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100);
2132 fan_table.Slope2 = cpu_to_be16(slope2);
amdgpu_tonga_smumgr.c 2472 uint16_t fdo_min, slope1, slope2; local in function:tonga_thermal_setup_fan_table
2518 slope2 = (uint16_t)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100);
2525 fan_table.Slope2 = cpu_to_be16(slope2);

Completed in 39 milliseconds