Searched refs:retx2 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/services/std_svc/lfa/ |
| H A D | lfa_main.c | 265 uint64_t retx1, retx2; in lfa_smc_handler() local 319 memcpy(&retx2, uuid_p + sizeof(uint64_t), sizeof(uint64_t)); in lfa_smc_handler() 337 INFO("x1 = 0x%016lx, x2 = 0x%016lx\n", retx1, retx2); in lfa_smc_handler() 339 SMC_RET4(handle, LFA_SUCCESS, retx1, retx2, get_fw_activation_flags(fw_seq_id)); in lfa_smc_handler()
|