Home
last modified time | relevance | path

Searched refs:val1 (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a/drivers/arm/css/scmi/
A Dscmi_private.h111 #define SCMI_PAYLOAD_RET_VAL1(payld_arr, val1) \ argument
112 (val1) = mmio_read_32((uintptr_t)&payld_arr[0])
114 #define SCMI_PAYLOAD_RET_VAL2(payld_arr, val1, val2) do { \ argument
115 SCMI_PAYLOAD_RET_VAL1(payld_arr, val1); \
119 #define SCMI_PAYLOAD_RET_VAL3(payld_arr, val1, val2, val3) do { \ argument
120 SCMI_PAYLOAD_RET_VAL2(payld_arr, val1, val2); \
124 #define SCMI_PAYLOAD_RET_VAL4(payld_arr, val1, val2, val3, val4) do { \ argument
125 SCMI_PAYLOAD_RET_VAL3(payld_arr, val1, val2, val3); \
/trusted-firmware-a/plat/hisilicon/hikey960/drivers/pwrc/
A Dhisi_pwrc.c152 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()

Completed in 4 milliseconds