Searched refs:cputarget (Results 1 – 1 of 1) sorted by relevance
331 s32 new_setpoint, temp, scaled, cputarget; in wf_smu_sys_fans_tick() local363 cputarget = wf_smu_cpu_fans ? wf_smu_cpu_fans->pid.target : 0; in wf_smu_sys_fans_tick()364 cputarget = ((((s64)cputarget) * (s64)st->scale1) >> 12) + st->offset1; in wf_smu_sys_fans_tick()365 scaled = max(scaled, cputarget); in wf_smu_sys_fans_tick()