178f3103dSChris Caindescription: > 278f3103dSChris Cain Implement to specify the power cap limits 378f3103dSChris Cain 478f3103dSChris Cainproperties: 578f3103dSChris Cain - name: MinPowerCapValue 678f3103dSChris Cain type: uint32 778f3103dSChris Cain flags: 878f3103dSChris Cain - readonly 978f3103dSChris Cain default: 0 1078f3103dSChris Cain description: The Minimum supported PowerCap setting. 1178f3103dSChris Cain 1278f3103dSChris Cain - name: MaxPowerCapValue 1378f3103dSChris Cain type: uint32 1478f3103dSChris Cain flags: 1578f3103dSChris Cain - readonly 1678f3103dSChris Cain default: maxint 1778f3103dSChris Cain description: The Maximum supported PowerCap setting. 1878f3103dSChris Cain 1978f3103dSChris Cain - name: MinSoftPowerCapValue 2078f3103dSChris Cain type: uint32 2178f3103dSChris Cain flags: 2278f3103dSChris Cain - readonly 2378f3103dSChris Cain default: 0 2478f3103dSChris Cain description: > 25a1347418SPatrick Williams Minimum supported soft user PowerCap setting. The min soft user 26a1347418SPatrick Williams PowerCap value is normally less than or equal to the MinPowerCapValue. 27a1347418SPatrick Williams When the PowerCap is set to any value between MinSoftPowerCapValue and 28a1347418SPatrick Williams MinPowerCapValue an attempt will be made to maintain the cap but it 29*921791c7SManojkiran Eda will not be guaranteed. 30