Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dpsp-dbc.h139 PARAM_GET_CURR_TEMP = 0x9, enumerator
/openbmc/linux/tools/crypto/ccp/
H A Ddbc.py17 PARAM_GET_CURR_TEMP = (0x9,) variable
H A Ddbc_cli.py27 "get-current-temp": PARAM_GET_CURR_TEMP,
H A Dtest_dbc.py206 "current-temp": PARAM_GET_CURR_TEMP,
/openbmc/linux/drivers/crypto/ccp/
H A Ddbc.c88 case PARAM_GET_CURR_TEMP: in send_dbc_parameter()