Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRPC.c73 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdLoadV2Ta()
125 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in OpteeRpcCmdFs()
H A DOpteeClientSMC.c90 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in TEEC_SMC_OpenSession()
223 TeeSmc32Param = TEESMC32_GET_PARAMS(TeeSmc32Arg); in TEEC_SMC_InvokeCommand()
H A Dtee_mmc_rpmb.c108 smc_param = TEESMC32_GET_PARAMS(smc_arg); in emmc_rpmb_process()
H A Dtee_ufs_rpmb.c175 smc_param = TEESMC32_GET_PARAMS(smc_arg); in ufs_rpmb_process()
/rk3399_rockchip-uboot/include/optee_include/
H A Dteesmc_v2.h60 #define TEESMC32_GET_PARAMS(x) \ macro