Lines Matching +full:128 +full:mb
69 * want to reuse the memory used by CFE (around 4MB). That means cfe_* in prom_init_mem()
73 * BCM47XX uses 128MB for addressing the ram, if the system contains in prom_init_mem()
81 /* Accessing memory after 128 MiB will cause an exception */ in prom_init_mem()
82 max = 128 << 20; in prom_init_mem()
88 pr_debug("Assume 128MB RAM\n"); in prom_init_mem()
96 /* Ignoring the last page when ddr size is 128M. Cached in prom_init_mem()
98 * using address above 128M stepping out of the ddr address in prom_init_mem()
101 if (c->cputype == CPU_74K && (mem == (128 << 20))) in prom_init_mem()
150 if (lowmem != 128 << 20 || !highmem_region) in bcm47xx_prom_highmem_init()
157 * 0x80000000 0xc0000000 (1st: 256MB) in bcm47xx_prom_highmem_init()
158 * 0x90000000 0xd0000000 (2nd: 256MB) in bcm47xx_prom_highmem_init()
165 for (extmem = 128 << 20; extmem < 512 << 20; extmem <<= 1) { in bcm47xx_prom_highmem_init()