Searched refs:SIZE_MB (Results 1 – 4 of 4) sorted by relevance
64 #define SIZE_MB(len) ((len) >> 20) macro
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()802 SIZE_MB(CONFIG_SYS_MALLOC_LEN)); in sysmem_init()
72 SIZE_MB((ulong)memory_size), in bidram_dump()89 SIZE_MB((ulong)reserved_size), in bidram_dump()106 SIZE_MB((ulong)reserved_size), in bidram_dump()
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()