Home
last modified time | relevance | path

Searched defs:SIZE_MB (Results 1 – 2 of 2) sorted by relevance

/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