Searched refs:PowerCC23X0_NUMCONSTRAINTS (Results 1 – 2 of 2) sorted by relevance
171 static uint8_t constraintCounts[PowerCC23X0_NUMCONSTRAINTS];413 DebugP_assert(constraintId < PowerCC23X0_NUMCONSTRAINTS); in Power_getConstraintCount()415 if (constraintId < PowerCC23X0_NUMCONSTRAINTS) in Power_getConstraintCount()543 DebugP_assert(constraintId < PowerCC23X0_NUMCONSTRAINTS); in Power_setConstraint()566 DebugP_assert(constraintId < PowerCC23X0_NUMCONSTRAINTS); in Power_releaseConstraint()
219 #define PowerCC23X0_NUMCONSTRAINTS 4 /* Number of constraints supported */ macro