Home
last modified time | relevance | path

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

/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 …]
/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()
/drivers/leds/
A Dleds-tca6507.c207 int tmax = msec * 9 / 8; in choose_times() local
218 if (t > tmax) in choose_times()
225 if (tt > tmax) in choose_times()
/drivers/net/wireless/realtek/rtw89/
A Dcoex.c9997 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v3()
9998 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v3()
10068 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v3()
10136 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v4()
10137 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v4()
10207 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v4()
10275 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v5()
10345 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v5()
10426 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v7()
10555 le32_to_cpu(ns->v7.tmax[i]) / 1000, in _show_fbtc_nullsta()
[all …]
A Dcore.h2624 __le16 tmax[CXT_FLCTRL_MAX]; /* max try BT-Slot-TDD/BT-slot-FDD time */ member
2629 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ member
2635 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ member
2664 __le16 tmax; /* max a2dp empty time */ member
2670 __le16 tmax; /* max leak-slot time */ member
2847 __le32 tmax[2]; member
/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 879 milliseconds