/linux/drivers/gpu/drm/msm/dsi/phy/ |
A D | dsi_phy.c | 38 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/arch/powerpc/kexec/ |
A D | file_load_64.c | 301 u64 start, end, tmin, tmax; in locate_mem_hole_top_down_ppc64() local 303 tmax = buf_max; in locate_mem_hole_top_down_ppc64() 308 if (start > tmax) in locate_mem_hole_top_down_ppc64() 311 if (end < tmax) { in locate_mem_hole_top_down_ppc64() 313 ret = __locate_mem_hole_top_down(kbuf, tmin, tmax); in locate_mem_hole_top_down_ppc64() 318 tmax = start - 1; in locate_mem_hole_top_down_ppc64() 320 if (tmax < 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 410 tmax = (start > buf_max ? buf_max : start - 1); in locate_mem_hole_bottom_up_ppc64() [all …]
|
/linux/drivers/macintosh/ |
A D | windfarm_pm91.c | 148 s32 tmax, tdelta, maxpow, powadj; in wf_smu_create_cpu_fans() local 165 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans() 167 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()
|
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() 446 pid_param.tmax = tmax; in wf_smu_create_cpu_fans() 447 pid_param.ttarget = tmax - tdelta; in wf_smu_create_cpu_fans() 457 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in wf_smu_create_cpu_fans() 507 if (temp > st->pid.param.tmax) in wf_smu_cpu_fans_tick()
|
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()
|
A D | windfarm_pm112.c | 132 s32 tmax; in create_cpu_loop() local 139 tmax = fvt->maxtemp << 16; in create_cpu_loop() 141 tmax = 95 << 16; /* default to 95 degrees C */ in create_cpu_loop() 144 if (tmax < cpu_all_tmax) in create_cpu_loop() 145 cpu_all_tmax = tmax; in create_cpu_loop() 171 pid.ttarget = tmax - (piddata->target_temp_delta << 16); in create_cpu_loop() 172 pid.tmax = tmax; in create_cpu_loop()
|
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() 692 pid_param.tmax = tmax; in pm121_create_cpu_fans() 693 pid_param.ttarget = tmax - tdelta; in pm121_create_cpu_fans() 703 FIX32TOPRINT(pid_param.ttarget), FIX32TOPRINT(pid_param.tmax), in pm121_create_cpu_fans() 752 if (temp > st->pid.param.tmax) in pm121_cpu_fans_tick()
|
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()
|
A D | windfarm_pid.h | 65 s32 tmax; /* PID input max */ member
|
A D | windfarm_mpu.h | 46 u8 tmax; /* 0x29 - Max temperature */ member
|
A D | windfarm_pid.c | 119 sval = st->param.tmax - (s32)(integ >> 20); in wf_cpu_pid_run()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ctx.c | 794 ktime_t ttotal, tmax; in amdgpu_ctx_mgr_fence_usage() local 800 amdgpu_ctx_fence_time(ctx, centity, &ttotal, &tmax); in amdgpu_ctx_mgr_fence_usage() 805 if (AMDGPU_CTX_FENCE_USAGE_MIN_RATIO(tmax, ttotal)) in amdgpu_ctx_mgr_fence_usage() 809 max = ktime_after(tmax, max) ? tmax : max; in amdgpu_ctx_mgr_fence_usage()
|
/linux/drivers/leds/ |
A D | leds-tca6507.c | 210 int tmax = msec * 9 / 8; in choose_times() local 221 if (t > tmax) in choose_times() 228 if (tt > tmax) in choose_times()
|
/linux/drivers/net/ethernet/marvell/ |
A D | sky2.c | 4098 const u32 tmax = sky2_clk2us(hw, 0x0ffffff); in sky2_set_coalesce() local 4100 if (ecmd->tx_coalesce_usecs > tmax || in sky2_set_coalesce() 4101 ecmd->rx_coalesce_usecs > tmax || in sky2_set_coalesce() 4102 ecmd->rx_coalesce_usecs_irq > tmax) in sky2_set_coalesce()
|