ot_parent_base    307 arch/m68k/include/asm/openprom.h 	unsigned int ot_parent_base;		/* CPU looks from here */
ot_parent_base    214 arch/sparc/include/asm/openprom.h 	unsigned int ot_parent_base;		/* CPU looks from here */
ot_parent_base     33 arch/sparc/prom/ranges.c 		regp[regc].phys_addr += rangep[rngc].ot_parent_base;
ot_parent_base     45 arch/sparc/prom/ranges.c 			   ranges1[rng1c].ot_parent_base >= ranges2[rng2c].ot_child_base &&
ot_parent_base     46 arch/sparc/prom/ranges.c 			   ranges2[rng2c].ot_child_base + ranges2[rng2c].or_size - ranges1[rng1c].ot_parent_base > 0U)
ot_parent_base     50 arch/sparc/prom/ranges.c 		else if (ranges1[rng1c].ot_parent_base + ranges1[rng1c].or_size > ranges2[rng2c].ot_child_base + ranges2[rng2c].or_size)
ot_parent_base     51 arch/sparc/prom/ranges.c 			ranges1[rng1c].or_size = ranges2[rng2c].ot_child_base + ranges2[rng2c].or_size - ranges1[rng1c].ot_parent_base;
ot_parent_base     53 arch/sparc/prom/ranges.c 		ranges1[rng1c].ot_parent_base += ranges2[rng2c].ot_parent_base;