Home
last modified time | relevance | path

Searched refs:slope2 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Dsislands_smc.h256 int16_t slope2; member
Dsi_dpm.c6046 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local
6074 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in si_thermal_setup_fan_table()
6081 fan_table.slope2 = cpu_to_be16(slope2); in si_thermal_setup_fan_table()
Dci_dpm.c954 u16 fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local
982 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in ci_thermal_setup_fan_table()
989 fan_table.Slope2 = cpu_to_be16(slope2); in ci_thermal_setup_fan_table()
/linux-4.4.14/drivers/video/fbdev/
Dw100fb.h614 u32 slope2 : 3; member
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dci_dpm.c1072 u16 fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local
1101 slope2 = (u16)((50 + ((16 * duty100 * pwm_diff2) / t_diff2)) / 100); in ci_thermal_setup_fan_table()
1108 fan_table.Slope2 = cpu_to_be16(slope2); in ci_thermal_setup_fan_table()