Lines Matching defs:ret
82 u_register_t ret, read, x5 = x1;
111 ret = mvebu_cp110_comphy_power_on(x1, x2, x3, x5);
112 SMC_RET1(handle, ret);
115 ret = mvebu_cp110_comphy_power_off(x1, x2, x3);
116 SMC_RET1(handle, ret);
119 ret = mvebu_cp110_comphy_is_pll_locked(x1, x2);
120 SMC_RET1(handle, ret);
123 ret = mvebu_cp110_comphy_xfi_rx_training(x1, x2);
124 SMC_RET1(handle, ret);
127 ret = mvebu_cp110_comphy_digital_reset(x1, x2, x3, x4);
128 SMC_RET1(handle, ret);
132 ret = mvebu_get_dram_size(MVEBU_REGS_BASE);
133 SMC_RET1(handle, ret);
150 ret = mvebu_dfx_thermal_handle(x1, &read, x2, x3);
151 SMC_RET2(handle, ret, read);
154 ret = mvebu_dfx_misc_handle(x1, &read, x2, x3);
155 SMC_RET2(handle, ret, read);
160 ret = mvebu_ddr_phy_write(x1, x2);
161 SMC_RET1(handle, ret);
164 ret = mvebu_ddr_phy_read(x1, (uint16_t *)&read);
165 SMC_RET2(handle, ret, read);
172 ret = eip76_rng_get_random((uint8_t *)&read, 4 * (x1 % 2 + 1));
173 SMC_RET2(handle, ret, read);