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