Searched refs:tmin (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/msm/dsi/phy/ |
A D | dsi_phy.c | 31 s32 tmax, tmin, clk_z; in dsi_dphy_timing_calc_clk_zero() local 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() 56 s32 tmax, tmin; in msm_dsi_dphy_timing_calc() local 121 if (tmin > tmax) { in msm_dsi_dphy_timing_calc() 151 s32 tmax, tmin; in msm_dsi_dphy_timing_calc_v2() local 235 if (tmin > tmax) { in msm_dsi_dphy_timing_calc_v2() 267 s32 tmax, tmin; in msm_dsi_dphy_timing_calc_v3() local 375 s32 tmax, tmin; in msm_dsi_dphy_timing_calc_v4() local 471 s32 tmax, tmin; in msm_dsi_cphy_timing_calc_v4() local [all …]
|
/linux/arch/powerpc/kexec/ |
A D | file_load_64.c | 301 u64 start, end, tmin, tmax; in locate_mem_hole_top_down_ppc64() local 312 tmin = (end < buf_min ? buf_min : end + 1); in locate_mem_hole_top_down_ppc64() 313 ret = __locate_mem_hole_top_down(kbuf, tmin, tmax); in locate_mem_hole_top_down_ppc64() 328 tmin = buf_min; in locate_mem_hole_top_down_ppc64() 329 ret = __locate_mem_hole_top_down(kbuf, tmin, tmax); in locate_mem_hole_top_down_ppc64() 399 u64 start, end, tmin, tmax; in locate_mem_hole_bottom_up_ppc64() local 401 tmin = buf_min; in locate_mem_hole_bottom_up_ppc64() 406 if (end < tmin) in locate_mem_hole_bottom_up_ppc64() 409 if (start > tmin) { in locate_mem_hole_bottom_up_ppc64() 416 tmin = end + 1; in locate_mem_hole_bottom_up_ppc64() [all …]
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
A D | smu7_thermal.c | 114 hwmgr->tmin = in smu7_fan_ctrl_set_static_mode() 139 CG_FDO_CTRL2, TMIN, hwmgr->tmin); in smu7_fan_ctrl_set_default_mode()
|
A D | vega10_thermal.c | 135 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/Documentation/hwmon/ |
A D | adm1026.rst | 90 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/drivers/leds/ |
A D | leds-tca6507.c | 211 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/drivers/hwmon/ |
A D | adt7462.c | 1218 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/drivers/gpu/drm/amd/pm/inc/ |
A D | hwmgr.h | 791 uint32_t tmin; member
|
Completed in 34 milliseconds