Lines Matching refs:target
263 wf_control_get(cpu_rear_fans[cpu], &sp->target); in cpu_fans_tick_split()
265 DBG_LOTS(" CPU%d: cur_target = %d RPM\n", cpu, sp->target); in cpu_fans_tick_split()
284 DBG_LOTS(" CPU%d: target = %d RPM\n", cpu, sp->target); in cpu_fans_tick_split()
287 err = wf_control_set(cpu_rear_fans[cpu], sp->target); in cpu_fans_tick_split()
296 intake = (sp->target * CPU_INTAKE_SCALE) >> 16; in cpu_fans_tick_split()
319 wf_control_get(cpu_rear_fans[0], &sp->target); in cpu_fans_tick_combined()
321 DBG_LOTS(" CPUs: cur_target = %d RPM\n", sp->target); in cpu_fans_tick_combined()
352 intake = (sp->target * CPU_INTAKE_SCALE) >> 16; in cpu_fans_tick_combined()
361 pump = (sp->target * wf_control_get_max(pump0)) / in cpu_fans_tick_combined()
364 DBG_LOTS(" CPUs: target = %d RPM\n", sp->target); in cpu_fans_tick_combined()
369 err = wf_control_set(cpu_rear_fans[cpu], sp->target); in cpu_fans_tick_combined()
434 cpu_pid[cpu].target = 1000; in cpu_setup_pid()
481 backside_pid.target = speed; in backside_fan_tick()
561 drives_pid.target = speed; in drives_fan_tick()