| /linux/drivers/macintosh/ |
| H A D | windfarm_pm91.c | 149 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() 192 pid_param.tmax = tmax; in wf_smu_create_cpu_fans() 193 pid_param.ttarget = tmax - tdelta; in wf_smu_create_cpu_fans() 203 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans() 253 if (temp > st->pid.param.tmax) in wf_smu_cpu_fans_tick()
|
| H A D | windfarm_pm81.c | 399 s32 tmax, tdelta, maxpow, powadj; in wf_smu_create_cpu_fans() local 416 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans() 418 tmax = 0x5e0000; /* 94 degree default */ in wf_smu_create_cpu_fans() 445 pid_param.tmax = tmax; in wf_smu_create_cpu_fans() 446 pid_param.ttarget = tmax - tdelta; in wf_smu_create_cpu_fans() 456 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans() 506 if (temp > st->pid.param.tmax) in wf_smu_cpu_fans_tick()
|
| H A D | windfarm_pm112.c | 134 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()
|
| H A D | windfarm_rm31.c | 297 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()
|
| H A D | windfarm_pm121.c | 647 s32 tmax, tdelta, maxpow, powadj; in pm121_create_cpu_fans() local 665 tmax = ((s32)fvt->maxtemp) << 16; in pm121_create_cpu_fans() 667 tmax = 0x5e0000; /* 94 degree default */ in pm121_create_cpu_fans() 691 pid_param.tmax = tmax; in pm121_create_cpu_fans() 692 pid_param.ttarget = tmax - tdelta; in pm121_create_cpu_fans() 702 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in pm121_create_cpu_fans() 751 if (temp > st->pid.param.tmax) in pm121_cpu_fans_tick()
|
| H A D | windfarm_pm72.c | 396 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()
|
| H A D | windfarm_pid.h | 68 s32 tmax; /* PID input max */ member
|
| H A D | windfarm_mpu.h | 48 u8 tmax; /* 0x29 - Max temperature */ member
|
| H A D | windfarm_pid.c | 119 sval = st->param.tmax - (s32)(integ >> 20); in wf_cpu_pid_run()
|
| /linux/kernel/bpf/ |
| H A D | tnum.c | 289 u64 tmax, d, carry_mask, filled, inc; in tnum_step() local 291 tmax = t.value | t.mask; in tnum_step() 294 if (z >= tmax) in tnum_step() 295 return tmax; in tnum_step()
|
| H A D | verifier.c | 2037 u64 tnum_next, tmax; in __update_reg64_bounds() local 2045 tmax = reg->var_off.value | reg->var_off.mask; in __update_reg64_bounds() 2052 } else if (!umin_in_tnum && tnum_next == tmax) { in __update_reg64_bounds() 2058 ___mark_reg_known(reg, tmax); in __update_reg64_bounds()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 11011 le16_to_cpu(pcysta->cycle_time.tmax[CXT_WL]), in _show_fbtc_cysta_v3() 11012 le16_to_cpu(pcysta->cycle_time.tmax[CXT_BT]), in _show_fbtc_cysta_v3() 11013 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v3() 11014 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v3() 11084 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v3() 11148 le16_to_cpu(pcysta->cycle_time.tmax[CXT_WL]), in _show_fbtc_cysta_v4() 11149 le16_to_cpu(pcysta->cycle_time.tmax[CXT_BT]), in _show_fbtc_cysta_v4() 11150 le16_to_cpu(pcysta->leak_slot.tmax) / 1000, in _show_fbtc_cysta_v4() 11151 le16_to_cpu(pcysta->leak_slot.tmax) % 1000); in _show_fbtc_cysta_v4() 11221 le16_to_cpu(pcysta->a2dp_ept.tmax)); in _show_fbtc_cysta_v4() [all …]
|
| H A D | core.h | 3453 __le16 tmax[CXT_FLCTRL_MAX]; /* max try BT-Slot-TDD/BT-slot-FDD time */ member 3458 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ member 3464 __le16 tmax[CXT_MAX]; /* max wl/bt cycle time */ member 3493 __le16 tmax; /* max a2dp empty time */ member 3499 __le16 tmax; /* max leak-slot time */ member 3697 __le32 tmax[2]; member
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | sky2.c | 4095 const u32 tmax = sky2_clk2us(hw, 0x0ffffff); in sky2_set_coalesce() local 4097 if (ecmd->tx_coalesce_usecs > tmax || in sky2_set_coalesce() 4098 ecmd->rx_coalesce_usecs > tmax || in sky2_set_coalesce() 4099 ecmd->rx_coalesce_usecs_irq > tmax) in sky2_set_coalesce()
|