Home
last modified time | relevance | path

Searched refs:param_types (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tee/amdtee/
H A Dcall.c27 amd->param_types = 0; in tee_params_to_amd_params()
33 amd->param_types |= ((tee[i].attr & 0xF) << i * 4); in tee_params_to_amd_params()
37 type = TEE_PARAM_TYPE_GET(amd->param_types, i); in tee_params_to_amd_params()
86 type = TEE_PARAM_TYPE_GET(amd->param_types, i); in amd_params_to_tee_params()
H A Damdtee_if.h48 u32 param_types; member