Home
last modified time | relevance | path

Searched refs:PARAM_GET_PWR_CAP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/crypto/ccp/
H A Dtest_dbc.py205 "power-cap": PARAM_GET_PWR_CAP,
244 original = process_param(self.d, PARAM_GET_PWR_CAP, self.signature)
250 new = process_param(self.d, PARAM_GET_PWR_CAP, self.signature)
256 cur = process_param(self.d, PARAM_GET_PWR_CAP, self.signature)
H A Ddbc.py13 PARAM_GET_PWR_CAP = (0x5,) variable
H A Ddbc_cli.py23 "get-power-cap": PARAM_GET_PWR_CAP,
/openbmc/linux/include/uapi/linux/
H A Dpsp-dbc.h135 PARAM_GET_PWR_CAP = 0x5, enumerator
/openbmc/linux/drivers/crypto/ccp/
H A Ddbc.c87 case PARAM_GET_PWR_CAP: in send_dbc_parameter()