Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePMPrivate.h476 #define StateMax(a, b) (StateOrder((a)) < StateOrder((b)) ? (b) : (a)) macro
H A DIOServicePM.cpp2471 fTempClampPowerState = StateMax(fTempClampPowerState, ordinal); in changePowerStateWithOverrideTo()
2600 fTempClampPowerState = StateMax(fTempClampPowerState, state); in requestPowerState()
2819 desiredState = StateMax(connection->getDesiredDomainState(), desiredState); in computeDesiredState()
2860 newPowerState = StateMax(newPowerState, desiredState); in computeDesiredState()
2871 newPowerState = StateMax(newPowerState, localClamp); in computeDesiredState()
2872 newPowerState = StateMax(newPowerState, fTempClampPowerState); in computeDesiredState()