Lines Matching defs:read
82 u_register_t ret, read, x5 = x1;
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);
163 read = 0;
164 ret = mvebu_ddr_phy_read(x1, (uint16_t *)&read);
165 SMC_RET2(handle, ret, read);
167 if ((x1 % 2 + 1) > sizeof(read)/4) {
169 __func__, sizeof(read));
172 ret = eip76_rng_get_random((uint8_t *)&read, 4 * (x1 % 2 + 1));
173 SMC_RET2(handle, ret, read);