Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dsislands_smc.h255 int16_t slope1; member
Dsi_dpm.c6046 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local
6073 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in si_thermal_setup_fan_table()
6080 fan_table.slope1 = cpu_to_be16(slope1); in si_thermal_setup_fan_table()
Dci_dpm.c954 u16 fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local
981 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in ci_thermal_setup_fan_table()
988 fan_table.Slope1 = cpu_to_be16(slope1); in ci_thermal_setup_fan_table()
/linux-4.4.14/drivers/video/fbdev/
Dw100fb.h613 u32 slope1 : 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
1100 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in ci_thermal_setup_fan_table()
1107 fan_table.Slope1 = cpu_to_be16(slope1); in ci_thermal_setup_fan_table()