Searched refs:mpu1 (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/macintosh/
H A Dwindfarm_fcu_controls.c323 const struct mpu_data *mpu1 = wf_get_mpu(1); local
335 if (mpu1 && !strcmp(fan->ctrl.name, "cpu-front-fan-1")) {
336 fan->min = max(fan->min, (s32)mpu1->rminn_intake_fan);
337 fan->max = min(fan->max, (s32)mpu1->rmaxn_intake_fan);
345 if (mpu1 && !strcmp(fan->ctrl.name, "cpu-rear-fan-1")) {
346 fan->min = max(fan->min, (s32)mpu1->rminn_exhaust_fan);
347 fan->max = min(fan->max, (s32)mpu1->rmaxn_exhaust_fan);

Completed in 205 milliseconds