Home
last modified time | relevance | path

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

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