Home
last modified time | relevance | path

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

/linux/arch/mips/bcm47xx/
H A Dprom.c141 unsigned long extmem = 0; in bcm47xx_prom_highmem_init() local
165 for (extmem = 128 << 20; extmem < 512 << 20; extmem <<= 1) { in bcm47xx_prom_highmem_init()
166 if (!memcmp((void *)prom_init, (void *)(off + extmem), 16)) in bcm47xx_prom_highmem_init()
169 extmem -= lowmem; in bcm47xx_prom_highmem_init()
173 if (!extmem) in bcm47xx_prom_highmem_init()
177 extmem >> 20); in bcm47xx_prom_highmem_init()