Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dsysmem.c88 SIZE_MB((ulong)memory_size), in sysmem_dump()
136 SIZE_MB(CONFIG_SYS_MALLOC_LEN)); in sysmem_dump()
142 SIZE_MB((ulong)allocated_size), in sysmem_dump()
159 SIZE_MB((ulong)reserved_size), in sysmem_dump()
782 SIZE_MB(CONFIG_SYS_MALLOC_LEN)); in sysmem_init()
H A Dbidram.c63 SIZE_MB((ulong)memory_size), in bidram_dump()
80 SIZE_MB((ulong)reserved_size), in bidram_dump()
97 SIZE_MB((ulong)reserved_size), in bidram_dump()
/OK3568_Linux_fs/u-boot/include/
H A Dmemblk.h64 #define SIZE_MB(len) ((len) >> 20) macro
/OK3568_Linux_fs/u-boot/cmd/
H A Dmtdparts.c212 #define SIZE_MB ((u32)1024*1024) in memsize_format() macro
217 else if ((size % SIZE_MB) == 0) in memsize_format()
218 sprintf(buf, "%llum", size/SIZE_MB); in memsize_format()