Searched refs:val2 (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/drivers/arm/css/scmi/ |
| H A D | scmi_private.h | 119 #define SCMI_PAYLOAD_RET_VAL2(payld_arr, val1, val2) do { \ argument 121 (val2) = mmio_read_32((uintptr_t)&payld_arr[1]); \ 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 | 17 uintptr_t val2 = (uintptr_t)__builtin_frame_address(0U); in plat_get_stack_protector_canary() local 31 if ((ULONG_MAX - mul) > val2) { in plat_get_stack_protector_canary() 32 ret = mul + val2; in plat_get_stack_protector_canary()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/drivers/pwrc/ |
| H A D | hisi_pwrc.c | 153 unsigned int val2; in hisi_test_ap_suspend_flag() local 158 val2 = mmio_read_32(CPUIDLE_FLAG_REG(1)); in hisi_test_ap_suspend_flag() 159 val2 &= AP_SUSPEND_FLAG; in hisi_test_ap_suspend_flag() 161 val1 |= val2; in hisi_test_ap_suspend_flag()
|
| /rk3399_ARM-atf/plat/imx/imx8m/ddr/ |
| H A D | lpddr4_dvfs.c | 98 val2 = mmio_read_32(DDRC_STAT(0)); // operating_mode in lpddr4_swffc() 99 } while (((val & 0x2) == 0x2) && ((val2 & 0x7) == 3)); in lpddr4_swffc()
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | crc32.c | 580 z_word_t val0, val1, val2; in crc32_z() local 615 val2 = word[i + 2 * Z_BATCH]; in crc32_z() 618 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2)); in crc32_z() 636 val2 = word[i + last2]; in crc32_z() 639 __asm__ volatile("crc32x %w0, %w0, %x1" : "+r"(crc2) : "r"(val2)); in crc32_z()
|