Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/macintosh/
Dwindfarm_mpu.h65 u16 rmaxn_exhaust_fan; /* 0x52 - Exhaust fan max RPM */ member
Dwindfarm_fcu_controls.c343 fan->max = min(fan->max, (s32)mpu0->rmaxn_exhaust_fan); in wf_fcu_get_rpmfan_minmax()
348 fan->max = min(fan->max, (s32)mpu1->rmaxn_exhaust_fan); in wf_fcu_get_rpmfan_minmax()
Dwindfarm_pm72.c362 cpu_mpu_data[0]->rmaxn_exhaust_fan; in cpu_fans_tick_combined()