Home
last modified time | relevance | path

Searched refs:tmax (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/msm/dsi/phy/
A Ddsi_phy.c38 tmax = 511; in dsi_dphy_timing_calc_clk_zero()
41 tmax = 255; in dsi_dphy_timing_calc_clk_zero()
94 tmax = 255; in msm_dsi_dphy_timing_calc()
106 tmax = 255; in msm_dsi_dphy_timing_calc()
110 tmax = 63; in msm_dsi_dphy_timing_calc()
116 tmax = 63; in msm_dsi_dphy_timing_calc()
205 tmax = 255; in msm_dsi_dphy_timing_calc_v2()
225 tmax = 63; in msm_dsi_dphy_timing_calc_v2()
234 tmax = 63; in msm_dsi_dphy_timing_calc_v2()
333 tmax = 63; in msm_dsi_dphy_timing_calc_v3()
[all …]
/linux-6.3-rc2/drivers/macintosh/
A Dwindfarm_pm91.c149 s32 tmax, tdelta, maxpow, powadj; in wf_smu_create_cpu_fans() local
166 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
168 tmax = 0x5e0000; /* 94 degree default */ in wf_smu_create_cpu_fans()
193 pid_param.tmax = tmax; in wf_smu_create_cpu_fans()
194 pid_param.ttarget = tmax - tdelta; in wf_smu_create_cpu_fans()
204 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans()
254 if (temp > st->pid.param.tmax) in wf_smu_cpu_fans_tick()
A Dwindfarm_pm81.c400 s32 tmax, tdelta, maxpow, powadj; in wf_smu_create_cpu_fans() local
417 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
419 tmax = 0x5e0000; /* 94 degree default */ in wf_smu_create_cpu_fans()
447 pid_param.tmax = tmax; in wf_smu_create_cpu_fans()
448 pid_param.ttarget = tmax - tdelta; in wf_smu_create_cpu_fans()
458 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans()
508 if (temp > st->pid.param.tmax) in wf_smu_cpu_fans_tick()
A Dwindfarm_pm112.c134 s32 tmax; in create_cpu_loop() local
141 tmax = fvt->maxtemp << 16; in create_cpu_loop()
143 tmax = 95 << 16; /* default to 95 degrees C */ in create_cpu_loop()
146 if (tmax < cpu_all_tmax) in create_cpu_loop()
147 cpu_all_tmax = tmax; in create_cpu_loop()
173 pid.ttarget = tmax - (piddata->target_temp_delta << 16); in create_cpu_loop()
174 pid.tmax = tmax; in create_cpu_loop()
A Dwindfarm_rm31.c297 s32 tmax, ttarget, ptarget; in cpu_setup_pid() local
301 tmax = mpu->tmax << 16; in cpu_setup_pid()
306 cpu, FIX32TOPRINT(ttarget), FIX32TOPRINT(tmax)); in cpu_setup_pid()
309 if (tmax < cpu_all_tmax) in cpu_setup_pid()
310 cpu_all_tmax = tmax; in cpu_setup_pid()
327 pid.tmax = tmax; in cpu_setup_pid()
A Dwindfarm_pm121.c648 s32 tmax, tdelta, maxpow, powadj; in pm121_create_cpu_fans() local
666 tmax = ((s32)fvt->maxtemp) << 16; in pm121_create_cpu_fans()
668 tmax = 0x5e0000; /* 94 degree default */ in pm121_create_cpu_fans()
693 pid_param.tmax = tmax; in pm121_create_cpu_fans()
694 pid_param.ttarget = tmax - tdelta; in pm121_create_cpu_fans()
704 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in pm121_create_cpu_fans()
753 if (temp > st->pid.param.tmax) in pm121_cpu_fans_tick()
A Dwindfarm_pm72.c396 s32 tmax, ttarget, ptarget; in cpu_setup_pid() local
400 tmax = mpu->tmax << 16; in cpu_setup_pid()
405 cpu, FIX32TOPRINT(ttarget), FIX32TOPRINT(tmax)); in cpu_setup_pid()
408 if (tmax < cpu_all_tmax) in cpu_setup_pid()
409 cpu_all_tmax = tmax; in cpu_setup_pid()
426 pid.tmax = tmax; in cpu_setup_pid()
A Dwindfarm_pid.h68 s32 tmax; /* PID input max */ member
A Dwindfarm_mpu.h48 u8 tmax; /* 0x29 - Max temperature */ member
A Dwindfarm_pid.c119 sval = st->param.tmax - (s32)(integ >> 20); in wf_cpu_pid_run()
/linux-6.3-rc2/arch/powerpc/kexec/
A Dfile_load_64.c305 u64 start, end, tmin, tmax; in locate_mem_hole_top_down_ppc64() local
307 tmax = buf_max; in locate_mem_hole_top_down_ppc64()
312 if (start > tmax) in locate_mem_hole_top_down_ppc64()
315 if (end < tmax) { in locate_mem_hole_top_down_ppc64()
317 ret = __locate_mem_hole_top_down(kbuf, tmin, tmax); in locate_mem_hole_top_down_ppc64()
322 tmax = start - 1; in locate_mem_hole_top_down_ppc64()
324 if (tmax < buf_min) { in locate_mem_hole_top_down_ppc64()
333 ret = __locate_mem_hole_top_down(kbuf, tmin, tmax); in locate_mem_hole_top_down_ppc64()
403 u64 start, end, tmin, tmax; in locate_mem_hole_bottom_up_ppc64() local
414 tmax = (start > buf_max ? buf_max : start - 1); in locate_mem_hole_bottom_up_ppc64()
[all …]
/linux-6.3-rc2/drivers/leds/
A Dleds-tca6507.c210 int tmax = msec * 9 / 8; in choose_times() local
221 if (t > tmax) in choose_times()
228 if (tt > tmax) in choose_times()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Dcoex.c6604 le16_to_cpu(pcysta->cycle_time.tmax[CXT_WL]), in _show_fbtc_cysta_v3()
6605 le16_to_cpu(pcysta->cycle_time.tmax[CXT_BT]), in _show_fbtc_cysta_v3()
6606 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v3()
6607 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v3()
6675 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v3()
6736 le16_to_cpu(pcysta->cycle_time.tmax[CXT_WL]), in _show_fbtc_cysta_v4()
6737 le16_to_cpu(pcysta->cycle_time.tmax[CXT_BT]), in _show_fbtc_cysta_v4()
6738 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v4()
6739 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v4()
6807 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v4()
A Dcore.h1780 __le16 tmax[CXT_FLCTRL_MAX]; /* max try BT-Slot-TDD/BT-slot-FDD time */ member
1785 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ member
1815 __le16 tmax; /* max a2dp empty time */ member
1821 __le16 tmax; /* max leak-slot time */ member
/linux-6.3-rc2/drivers/net/ethernet/marvell/
A Dsky2.c4097 const u32 tmax = sky2_clk2us(hw, 0x0ffffff); in sky2_set_coalesce() local
4099 if (ecmd->tx_coalesce_usecs > tmax || in sky2_set_coalesce()
4100 ecmd->rx_coalesce_usecs > tmax || in sky2_set_coalesce()
4101 ecmd->rx_coalesce_usecs_irq > tmax) in sky2_set_coalesce()

Completed in 68 milliseconds