Home
last modified time | relevance | path

Searched refs:val2 (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/drivers/arm/css/scmi/
H A Dscmi_private.h119 #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 Drcar_stack_protector.c17 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 Dhisi_pwrc.c153 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 Dlpddr4_dvfs.c98 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 Dcrc32.c580 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()