Searched refs:SIZE_MB (Results 1 – 4 of 4) sorted by relevance
88 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()
63 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()
64 #define SIZE_MB(len) ((len) >> 20) macro
212 #define SIZE_MB ((u32)1024*1024) in memsize_format() macro217 else if ((size % SIZE_MB) == 0) in memsize_format()218 sprintf(buf, "%llum", size/SIZE_MB); in memsize_format()