Home
last modified time | relevance | path

Searched defs:retval (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-a-latest/plat/intel/soc/common/
Dsocfpga_sip_svc.c433 uint32_t intel_secure_reg_read(uint64_t reg_addr, uint32_t *retval)
445 uint32_t *retval)
457 uint32_t val, uint32_t *retval)
532 static uint32_t intel_hwmon_readtemp(uint32_t chan, uint32_t *retval)
541 static uint32_t intel_hwmon_readvolt(uint32_t chan, uint32_t *retval)
714 uint32_t retval = 0, completed_addr[3]; local
Dsocfpga_sip_svc_v2.c134 uint32_t retval = 0; in sip_smc_handler_v2() local
/trusted-firmware-a-latest/include/services/
Del3_spmd_logical_sp.h90 static inline bool is_ffa_error(struct ffa_value *retval) in is_ffa_error()
95 static inline bool is_ffa_success(struct ffa_value *retval) in is_ffa_success()
101 static inline bool is_ffa_direct_msg_resp(struct ffa_value *retval) in is_ffa_direct_msg_resp()
/trusted-firmware-a-latest/services/std_svc/spmd/
Dspmd_logical_sp.c125 static void spmd_encode_ffa_error(struct ffa_value *retval, int32_t error_code) in spmd_encode_ffa_error()
154 struct ffa_value *retval) in spmd_encode_ctx_to_ffa_value()
504 struct ffa_value *retval) in spmd_el3_invoke_partition_info_get()
582 struct ffa_value *retval) in spmd_el3_ffa_msg_direct_req()
/trusted-firmware-a-latest/plat/arm/board/fvp/
Dfvp_spmd_logical_sp.c78 struct ffa_value retval = { 0 }; in plat_spmd_logical_sp_smc_handler() local
/trusted-firmware-a-latest/drivers/brcm/i2c/
Di2c.c866 uint32_t retval = 0U; in i2c_get_bus_speed() local