Searched refs:claim_base (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dof.c27 static unsigned long claim_base; variable
33 if (claim_base == 0)
34 claim_base = _ALIGN_UP((unsigned long)_end, ONE_MB);
36 for(; claim_base < RAM_END; claim_base += ONE_MB) {
38 printf(" trying: 0x%08lx\n\r", claim_base);
40 addr = (unsigned long)of_claim(claim_base, size, 0);
46 claim_base = PAGE_ALIGN(claim_base + size);
59 if (claim_base < PROG_STAR
[all...]

Completed in 116 milliseconds