ot_child_base     305 arch/m68k/include/asm/openprom.h 	unsigned int ot_child_base;		/* Bus feels this */
ot_child_base     212 arch/sparc/include/asm/openprom.h 	unsigned int ot_child_base;		/* Bus feels this */
ot_child_base      32 arch/sparc/prom/ranges.c 		regp[regc].phys_addr -= rangep[rngc].ot_child_base;
ot_child_base      45 arch/sparc/prom/ranges.c 			   ranges1[rng1c].ot_parent_base >= ranges2[rng2c].ot_child_base &&
ot_child_base      46 arch/sparc/prom/ranges.c 			   ranges2[rng2c].ot_child_base + ranges2[rng2c].or_size - ranges1[rng1c].ot_parent_base > 0U)
ot_child_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_child_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;