Searched refs:StateMax (Results 1 – 2 of 2) sorted by relevance
476 #define StateMax(a, b) (StateOrder((a)) < StateOrder((b)) ? (b) : (a)) macro
2471 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()