Home
last modified time | relevance | path

Searched refs:rmaxn_exhaust_fan (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/macintosh/
H A Dwindfarm_mpu.h66 u16 rmaxn_exhaust_fan; /* 0x52 - Exhaust fan max RPM */ member
H A Dwindfarm_fcu_controls.c342 fan->max = min(fan->max, (s32)mpu0->rmaxn_exhaust_fan); in wf_fcu_get_rpmfan_minmax()
347 fan->max = min(fan->max, (s32)mpu1->rmaxn_exhaust_fan); in wf_fcu_get_rpmfan_minmax()
H A Dwindfarm_pm72.c361 cpu_mpu_data[0]->rmaxn_exhaust_fan; in cpu_fans_tick_combined()