Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-omap2/
H A Dhwinit-common.c293 size = ((section & EMIF_SYS_SIZE_MASK) >> in omap_sdram_size()
/openbmc/u-boot/arch/arm/include/asm/
H A Demif.h558 #define EMIF_SYS_SIZE_MASK (0x7 << 20) macro