Searched refs:t_min (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | lm77.c | 40 t_min, enumerator 48 [t_min] = LM77_REG_TEMP_MIN, 148 temp = nr == t_min ? data->temp[nr] + data->temp[t_hyst] : in temp_hyst_show() 213 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp, t_min); 217 static SENSOR_DEVICE_ATTR_RO(temp1_min_hyst, temp_hyst, t_min);
|
H A D | lm92.c | 84 t_min, enumerator 93 [t_min] = LM92_REG_TEMP_LOW, 183 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[t_min]) in temp1_min_hyst_show() 230 static SENSOR_DEVICE_ATTR_RW(temp1_min, temp, t_min);
|
/openbmc/linux/drivers/leds/ |
H A D | leds-lm3533.c | 182 static u8 time_to_val(unsigned *t, unsigned t_min, unsigned t_step, in time_to_val() argument 187 val = (*t + t_step / 2 - t_min) / t_step + v_min; in time_to_val() 189 *t = t_step * (val - v_min) + t_min; in time_to_val()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | si_dpm.h | 203 u32 t_min; member
|
H A D | ci_dpm.h | 296 u32 t_min; member
|
H A D | ci_dpm.c | 919 pi->t_min = tmp; in ci_fan_ctrl_set_static_mode() 959 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in ci_thermal_setup_fan_table() 968 fan_table.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in ci_thermal_setup_fan_table() 1199 tmp |= TMIN(pi->t_min); in ci_fan_ctrl_set_default_mode()
|
H A D | si_dpm.c | 5997 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode() 6037 t_diff1 = rdev->pm.dpm.fan.t_med - rdev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table() 6046 fan_table.temp_min = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table() 6265 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()
|
H A D | r600_dpm.c | 896 rdev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in r600_parse_extended_power_table()
|
H A D | radeon.h | 1491 u16 t_min; member
|
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-core.c | 351 u32 t_min, t_max; in gsc_set_prefbuf() local 353 t_min = min3(frm->addr.y, frm->addr.cb, frm->addr.cr); in gsc_set_prefbuf() 354 if (get_plane_info(frm, t_min, &low_plane, &low_addr)) in gsc_set_prefbuf()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/inc/ |
H A D | amdgpu_dpm.h | 222 u16 t_min; member
|
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | si_dpm.h | 1017 u32 t_min; member
|
H A D | legacy_dpm.c | 243 adev->pm.dpm.fan.t_min = le16_to_cpu(fan_info->fan.usTMin); in amdgpu_parse_extended_power_table()
|
H A D | si_dpm.c | 6471 si_pi->t_min = tmp; in si_fan_ctrl_set_static_mode() 6511 t_diff1 = adev->pm.dpm.fan.t_med - adev->pm.dpm.fan.t_min; in si_thermal_setup_fan_table() 6520 fan_table.temp_min = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100); in si_thermal_setup_fan_table() 6746 tmp |= TMIN(si_pi->t_min); in si_fan_ctrl_set_default_mode()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 2510 TCGv t_min = tcg_constant_i32(((int32_t) -0x80000000) >> shift_count); in gen_shaci() local 2518 tcg_gen_setcond_tl(TCG_COND_LT, temp2, r1, t_min); in gen_shaci()
|