Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-meson/
H A Dgx.h29 #define GX_AO_BL32_RSVMEM_SIZE_MASK 0xFFFF macro
/openbmc/u-boot/arch/arm/mach-meson/
H A Dboard-gx.c44 bl32_size = (reg & GX_AO_BL32_RSVMEM_SIZE_MASK) * SZ_1K; in meson_init_reserved_memory()