Lines Matching refs:ret
82 u_register_t ret, read, x5 = x1; in mrvl_sip_smc_handler() local
111 ret = mvebu_cp110_comphy_power_on(x1, x2, x3, x5); in mrvl_sip_smc_handler()
112 SMC_RET1(handle, ret); in mrvl_sip_smc_handler()
115 ret = mvebu_cp110_comphy_power_off(x1, x2, x3); in mrvl_sip_smc_handler()
116 SMC_RET1(handle, ret); in mrvl_sip_smc_handler()
119 ret = mvebu_cp110_comphy_is_pll_locked(x1, x2); in mrvl_sip_smc_handler()
120 SMC_RET1(handle, ret); in mrvl_sip_smc_handler()
123 ret = mvebu_cp110_comphy_xfi_rx_training(x1, x2); in mrvl_sip_smc_handler()
124 SMC_RET1(handle, ret); in mrvl_sip_smc_handler()
127 ret = mvebu_cp110_comphy_digital_reset(x1, x2, x3, x4); in mrvl_sip_smc_handler()
128 SMC_RET1(handle, ret); in mrvl_sip_smc_handler()
132 ret = mvebu_get_dram_size(MVEBU_REGS_BASE); in mrvl_sip_smc_handler()
133 SMC_RET1(handle, ret); in mrvl_sip_smc_handler()
150 ret = mvebu_dfx_thermal_handle(x1, &read, x2, x3); in mrvl_sip_smc_handler()
151 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler()
154 ret = mvebu_dfx_misc_handle(x1, &read, x2, x3); in mrvl_sip_smc_handler()
155 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler()
160 ret = mvebu_ddr_phy_write(x1, x2); in mrvl_sip_smc_handler()
161 SMC_RET1(handle, ret); in mrvl_sip_smc_handler()
164 ret = mvebu_ddr_phy_read(x1, (uint16_t *)&read); in mrvl_sip_smc_handler()
165 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler()
171 ret = mv_trng_get_random32((uint32_t *)&read, in mrvl_sip_smc_handler()
173 SMC_RET2(handle, ret, read); in mrvl_sip_smc_handler()