Searched refs:val2 (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-a-latest/drivers/arm/css/scmi/ |
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-latest/plat/hisilicon/hikey960/drivers/pwrc/ |
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()
|
/trusted-firmware-a-latest/plat/imx/imx8m/ddr/ |
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()
|
/trusted-firmware-a-latest/lib/zlib/ |
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()
|