Searched refs:size_mb (Results 1 – 1 of 1) sorted by relevance
46 rt_uint32_t size_mb = count >> 11; /* MB */ in blk_put_partition() local48 if ((size_mb >> 10) == 0) in blk_put_partition()50 rt_kprintf("%u.%u%cB\n", size_mb, (count >> 1) & 0x3ff, 'M'); in blk_put_partition()54 rt_kprintf("%u.%u%cB\n", size_mb >> 10, size_mb & 0x3ff, 'G'); in blk_put_partition()
Completed in 2 milliseconds