Home
last modified time | relevance | path

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

/drivers/macintosh/
Dtherm_pm72.h54 u16 rmaxn_exhaust_fan; /* 0x52 - Exhaust fan max RPM */ member
Dtherm_pm72.c962 state0->rpm = state0->mpu.rmaxn_exhaust_fan; in do_monitor_cpu_combined()
973 state0->rpm = min(state0->rpm, (int)state0->mpu.rmaxn_exhaust_fan); in do_monitor_cpu_combined()
983 state0->mpu.rmaxn_exhaust_fan; in do_monitor_cpu_combined()
1043 state->rpm = state->mpu.rmaxn_exhaust_fan; in do_monitor_cpu_split()
1053 state->rpm = min(state->rpm, (int)state->mpu.rmaxn_exhaust_fan); in do_monitor_cpu_split()