Searched refs:slope1 (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | sislands_smc.h | 256 int16_t slope1; member
|
D | si_dpm.c | 6018 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local 6045 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in si_thermal_setup_fan_table() 6052 fan_table.slope1 = cpu_to_be16(slope1); in si_thermal_setup_fan_table()
|
D | ci_dpm.c | 948 u16 fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local 975 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in ci_thermal_setup_fan_table() 982 fan_table.Slope1 = cpu_to_be16(slope1); in ci_thermal_setup_fan_table()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
D | sislands_smc.h | 256 int16_t slope1; member
|
D | si_dpm.c | 6450 u16 fdo_min, slope1, slope2; in si_thermal_setup_fan_table() local 6477 slope1 = (u16)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in si_thermal_setup_fan_table() 6483 fan_table.slope1 = cpu_to_be16(slope1); in si_thermal_setup_fan_table()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | w100fb.h | 609 u32 slope1 : 3; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | fiji_smumgr.c | 2137 uint16_t fdo_min, slope1, slope2; in fiji_thermal_setup_fan_table() local 2178 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in fiji_thermal_setup_fan_table() 2188 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 | 2073 uint16_t fdo_min, slope1, slope2; in polaris10_thermal_setup_fan_table() local 2118 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in polaris10_thermal_setup_fan_table() 2128 fan_table.Slope1 = cpu_to_be16(slope1); in polaris10_thermal_setup_fan_table()
|
D | ci_smumgr.c | 2130 uint16_t fdo_min, slope1, slope2; in ci_thermal_setup_fan_table() local 2166 slope1 = (uint16_t)((50 + ((16 * duty100 * pwm_diff1) / t_diff1)) / 100); in ci_thermal_setup_fan_table() 2173 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()
|