Home
last modified time | relevance | path

Searched refs:tmin (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy.c15 static inline s32 linear_inter(s32 tmax, s32 tmin, s32 percent, in linear_inter() argument
20 v = (tmax - tmin) * percent; in linear_inter()
21 v = S_DIV_ROUND_UP(v, 100) + tmin; in linear_inter()
31 s32 tmax, tmin, clk_z; in dsi_dphy_timing_calc_clk_zero() local
36 tmin = S_DIV_ROUND_UP(temp, ui) - 2; in dsi_dphy_timing_calc_clk_zero()
37 if (tmin > 255) { in dsi_dphy_timing_calc_clk_zero()
39 clk_z = linear_inter(2 * tmin, tmin, pcnt, 0, true); in dsi_dphy_timing_calc_clk_zero()
42 clk_z = linear_inter(tmax, tmin, pcnt, 0, true); in dsi_dphy_timing_calc_clk_zero()
56 s32 tmax, tmin; in msm_dsi_dphy_timing_calc() local
71 tmin = S_DIV_ROUND_UP(38 * coeff, ui) - 2; in msm_dsi_dphy_timing_calc()
[all …]
/linux-5.19.10/arch/powerpc/kexec/
Dfile_load_64.c302 u64 start, end, tmin, tmax; in locate_mem_hole_top_down_ppc64() local
313 tmin = (end < buf_min ? buf_min : end + 1); in locate_mem_hole_top_down_ppc64()
314 ret = __locate_mem_hole_top_down(kbuf, tmin, tmax); in locate_mem_hole_top_down_ppc64()
329 tmin = buf_min; in locate_mem_hole_top_down_ppc64()
330 ret = __locate_mem_hole_top_down(kbuf, tmin, tmax); in locate_mem_hole_top_down_ppc64()
400 u64 start, end, tmin, tmax; in locate_mem_hole_bottom_up_ppc64() local
402 tmin = buf_min; in locate_mem_hole_bottom_up_ppc64()
407 if (end < tmin) in locate_mem_hole_bottom_up_ppc64()
410 if (start > tmin) { in locate_mem_hole_bottom_up_ppc64()
412 ret = __locate_mem_hole_bottom_up(kbuf, tmin, tmax); in locate_mem_hole_bottom_up_ppc64()
[all …]
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu7_thermal.c114 hwmgr->tmin = in smu7_fan_ctrl_set_static_mode()
139 CG_FDO_CTRL2, TMIN, hwmgr->tmin); in smu7_fan_ctrl_set_default_mode()
Dvega10_thermal.c135 hwmgr->tmin = in vega10_fan_ctrl_set_static_mode()
168 hwmgr->tmin << CG_FDO_CTRL2__TMIN__SHIFT)); in vega10_fan_ctrl_set_default_mode()
/linux-5.19.10/drivers/leds/
Dleds-tca6507.c211 int tmin = msec * 7 / 8; in choose_times() local
219 if (t*2 < tmin) in choose_times()
226 if (tt < tmin) in choose_times()
/linux-5.19.10/Documentation/hwmon/
Dadm1026.rst90 register. Then set the low temperature limit in the tmin values for each
92 largest difference between current and tmin of the temperature sensors sets
/linux-5.19.10/drivers/hwmon/
Dadt7462.c1218 int tmin = (data->pwm_tmin[attr->index] - 64) * 1000; in pwm_tmax_show() local
1220 return sprintf(buf, "%d\n", tmin + trange); in pwm_tmax_show()
1231 int tmin, trange_value; in pwm_tmax_store() local
1238 tmin = (data->pwm_tmin[attr->index] - 64) * 1000; in pwm_tmax_store()
1239 trange_value = find_trange_value(trange - tmin); in pwm_tmax_store()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h789 uint32_t tmin; member