Home
last modified time | relevance | path

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

/trusted-firmware-a/drivers/arm/css/scmi/
A Dscmi_private.h114 #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 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()

Completed in 4 milliseconds