Home
last modified time | relevance | path

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

/rk3399_ARM-atf/common/
H A Dfdt_fixup.c184 #define HIGH_BITS_U32(x) ((sizeof(x) > 4U) ? (uint32_t)((x) >> 32) : (uint32_t)0) macro
250 addresses[idx] = cpu_to_fdt32(HIGH_BITS_U32(base)); in fdt_add_reserved_memory()
256 addresses[idx] = cpu_to_fdt32(HIGH_BITS_U32(size)); in fdt_add_reserved_memory()