Searched refs:val1 (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/drivers/arm/css/scmi/ |
| H A D | scmi_private.h | 116 #define SCMI_PAYLOAD_RET_VAL1(payld_arr, val1) \ argument 117 (val1) = mmio_read_32((uintptr_t)&payld_arr[0]) 119 #define SCMI_PAYLOAD_RET_VAL2(payld_arr, val1, val2) do { \ argument 120 SCMI_PAYLOAD_RET_VAL1(payld_arr, val1); \ 124 #define SCMI_PAYLOAD_RET_VAL3(payld_arr, val1, val2, val3) do { \ argument 125 SCMI_PAYLOAD_RET_VAL2(payld_arr, val1, val2); \ 129 #define SCMI_PAYLOAD_RET_VAL4(payld_arr, val1, val2, val3, val4) do { \ argument 130 SCMI_PAYLOAD_RET_VAL3(payld_arr, val1, val2, val3); \ 134 #define SCMI_PAYLOAD_RET_VAL5(payld_arr, val1, val2, val3, val4, val5) do { \ argument 135 SCMI_PAYLOAD_RET_VAL4(payld_arr, val1, val2, val3, val4); \
|
| /rk3399_ARM-atf/plat/renesas/common/ |
| H A D | rcar_stack_protector.c | 16 uintptr_t val1 = (uintptr_t)__builtin_return_address(0U); in plat_get_stack_protector_canary() local 29 if ((ULONG_MAX / val1) > seed) { in plat_get_stack_protector_canary() 30 mul = (u_register_t)(val1 * seed); in plat_get_stack_protector_canary()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/drivers/pwrc/ |
| H A D | hisi_pwrc.c | 152 unsigned int val1; in hisi_test_ap_suspend_flag() local 155 val1 = mmio_read_32(CPUIDLE_FLAG_REG(0)); in hisi_test_ap_suspend_flag() 156 val1 &= AP_SUSPEND_FLAG; in hisi_test_ap_suspend_flag() 161 val1 |= val2; in hisi_test_ap_suspend_flag() 162 return (val1 != 0); in hisi_test_ap_suspend_flag()
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | crc32.c | 580 z_word_t val0, val1, val2; in crc32_z() local 614 val1 = word[i + Z_BATCH]; in crc32_z() 617 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc1) : "r"(val1)); in crc32_z() 635 val1 = word[i + last]; in crc32_z() 638 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc1) : "r"(val1)); in crc32_z()
|