Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/
H A Ddramtest.c30 #define BLK_SIZE_MB 64 macro
36 #define BLK_SIZE_MB 16 macro
42 #define BLK_SIZE (BLK_SIZE_MB * 1024 * 1024)
137 printf(" n: [80000000 + n*%dMB, 80000000 + (n+1)*%dMB)\n", BLK_SIZE_MB, BLK_SIZE_MB); in print_usage()
140 printf(" 0x0: test the whole memory block %dMB\n", BLK_SIZE_MB); in print_usage()