Searched defs:MEBIBYTE (Results 1 - 2 of 2) sorted by relevance

/arch/mips/powertv/asic/
H A Dprealloc.h25 #define MEBIBYTE(n) ((n) * KIBIBYTE(1024)) /* Number of mebibytes */ macro
/arch/mips/powertv/
H A Dmemory.c40 #define MEBIBYTE(n) ((n) * KIBIBYTE(1024)) /* Number of mebibytes */ macro
41 #define DEFAULT_MEMSIZE MEBIBYTE(128) /* If no memsize provided */
44 #define RV_SIZE MEBIBYTE(4) /* Size of reset vector */
110 {0x20000000, 0x10000000, MEBIBYTE(256)},
114 {0x40000000, 0x10000000, MEBIBYTE(256)},
115 {0x20000000, 0x20000000, MEBIBYTE(32)},
119 {0x40000000, 0x10000000, MEBIBYTE(256)},
120 {0x20000000, 0x20000000, MEBIBYTE(32)},
121 {0x30000000, 0x30000000, MEBIBYTE(32)},
125 {0x20000000, 0x10000000, MEBIBYTE(25
[all...]

Completed in 59 milliseconds