Home
last modified time | relevance | path

Searched refs:wf_control_set (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/macintosh/
H A Dwindfarm_pm72.c286 err = wf_control_set(cpu_rear_fans[cpu], sp->target); in cpu_fans_tick_split()
297 err = wf_control_set(cpu_front_fans[cpu], intake); in cpu_fans_tick_split()
368 err = wf_control_set(cpu_rear_fans[cpu], sp->target); in cpu_fans_tick_combined()
374 err = wf_control_set(cpu_front_fans[cpu], intake); in cpu_fans_tick_combined()
382 err = wf_control_set(cpu_pumps[cpu], pump); in cpu_fans_tick_combined()
495 err = wf_control_set(backside_fan, speed); in backside_fan_tick()
574 err = wf_control_set(drives_fan, speed); in drives_fan_tick()
631 wf_control_set(slots_fan, SLOTS_FAN_DEFAULT_PWM); in pm72_tick()
H A Dwindfarm_pm91.c266 rc = wf_control_set(fan_cpu_main, st->cpu_setpoint); in wf_smu_cpu_fans_tick()
274 rc = wf_control_set(fan_cpu_second, st->cpu_setpoint); in wf_smu_cpu_fans_tick()
282 rc = wf_control_set(fan_cpu_third, st->cpu_setpoint); in wf_smu_cpu_fans_tick()
363 rc = wf_control_set(fan_hd, st->setpoint); in wf_smu_drive_fans_tick()
446 rc = wf_control_set(fan_slots, st->setpoint); in wf_smu_slots_fans_tick()
H A Dwindfarm_pm81.c377 rc = wf_control_set(fan_system, st->sys_setpoint); in wf_smu_sys_fans_tick()
385 rc = wf_control_set(fan_hd, st->hd_setpoint); in wf_smu_sys_fans_tick()
529 rc = wf_control_set(fan_cpu_main, st->cpu_setpoint); in wf_smu_cpu_fans_tick()
H A Dwindfarm.h73 static inline int wf_control_set(struct wf_control *ct, s32 val) in wf_control_set() function
H A Dwindfarm_rm31.c282 err = wf_control_set(cpu_fans[cpu][i], speed); in cpu_fans_tick()
412 err = wf_control_set(backside_fan, speed); in backside_fan_tick()
479 err = wf_control_set(slots_fan, speed); in slots_fan_tick()