Searched refs:slope1 (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/mt76x2/ |
D | mcu.h | 58 u8 slope1; member
|
D | phy.c | 230 t.slope1 = txp.chain[1].tssi_slope; in mt76x2_phy_tssi_compensate()
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | sislands_smc.h | 256 int16_t slope1; member
|
D | si_dpm.c | 6036 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local 6063 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in si_thermal_setup_fan_table() 6070 fan_table.slope1 = cpu_to_be16(slope1); in si_thermal_setup_fan_table()
|
D | ci_dpm.c | 963 u16 fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local 990 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in ci_thermal_setup_fan_table() 997 fan_table.Slope1 = cpu_to_be16(slope1); in ci_thermal_setup_fan_table()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | sislands_smc.h | 256 int16_t slope1; member
|
D | si_dpm.c | 6471 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local 6498 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in si_thermal_setup_fan_table() 6504 fan_table.slope1 = cpu_to_be16(slope1); in si_thermal_setup_fan_table()
|
/Linux-v5.4/drivers/video/fbdev/ |
D | w100fb.h | 609 u32 slope1 : 3; member
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | fiji_smumgr.c | 2140 uint16_t fdo_min, slope1, slope2; in fiji_thermal_setup_fan_table() local 2181 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in fiji_thermal_setup_fan_table() 2191 fan_table.Slope1 = cpu_to_be16(slope1); in fiji_thermal_setup_fan_table()
|
D | iceland_smumgr.c | 2091 uint16_t fdo_min, slope1, slope2; in iceland_thermal_setup_fan_table() local 2127 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in iceland_thermal_setup_fan_table() 2134 fan_table.Slope1 = cpu_to_be16(slope1); in iceland_thermal_setup_fan_table()
|
D | polaris10_smumgr.c | 2071 uint16_t fdo_min, slope1, slope2; in polaris10_thermal_setup_fan_table() local 2116 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in polaris10_thermal_setup_fan_table() 2126 fan_table.Slope1 = cpu_to_be16(slope1); in polaris10_thermal_setup_fan_table()
|
D | ci_smumgr.c | 2129 uint16_t fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local 2165 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in ci_thermal_setup_fan_table() 2172 fan_table.Slope1 = cpu_to_be16(slope1); in ci_thermal_setup_fan_table()
|
D | tonga_smumgr.c | 2467 uint16_t fdo_min, slope1, slope2; in tonga_thermal_setup_fan_table() local 2512 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in tonga_thermal_setup_fan_table() 2519 fan_table.Slope1 = cpu_to_be16(slope1); in tonga_thermal_setup_fan_table()
|