Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/allwinner/common/
Dsunxi_common.c28 MAP_REGION(SUNXI_DRAM_BASE, SUNXI_DRAM_VIRT_BASE, SUNXI_DRAM_SEC_SIZE,
31 SUNXI_DRAM_VIRT_BASE + SUNXI_DRAM_SEC_SIZE,
Dsunxi_bl31_setup.c55 u_boot_base = (void *)(SUNXI_DRAM_VIRT_BASE + SUNXI_DRAM_SEC_SIZE); in sunxi_find_dtb()
/external/arm-trusted-firmware/plat/allwinner/common/include/
Dplatform_def.h29 #define SUNXI_DRAM_SEC_SIZE (32U << 20) macro