Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmemblk.h64 #define SIZE_MB(len) ((len) >> 20) macro
/rk3399_rockchip-uboot/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()
802 SIZE_MB(CONFIG_SYS_MALLOC_LEN)); in sysmem_init()
H A Dbidram.c72 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()
/rk3399_rockchip-uboot/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()