Lines Matching +full:128 +full:mib
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()
85 /* Loop condition may be not enough, off may be over 1 MiB */ 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()
165 for (extmem = 128 << 20; extmem < 512 << 20; extmem <<= 1) { in bcm47xx_prom_highmem_init()
176 pr_warn("Found %lu MiB of extra memory, but highmem is unsupported yet!\n", in bcm47xx_prom_highmem_init()