Searched refs:val2 (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-a/drivers/arm/css/scmi/ |
A D | scmi_private.h | 114 #define SCMI_PAYLOAD_RET_VAL2(payld_arr, val1, val2) do { \ argument 116 (val2) = mmio_read_32((uintptr_t)&payld_arr[1]); \ 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 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()
|
Completed in 4 milliseconds