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

/linux-master/arch/sparc/prom/
H A Dranges.c33 regp[regc].phys_addr += rangep[rngc].ot_parent_base;
45 ranges1[rng1c].ot_parent_base >= ranges2[rng2c].ot_child_base &&
46 ranges2[rng2c].ot_child_base + ranges2[rng2c].or_size - ranges1[rng1c].ot_parent_base > 0U)
50 else if (ranges1[rng1c].ot_parent_base + ranges1[rng1c].or_size > ranges2[rng2c].ot_child_base + ranges2[rng2c].or_size)
51 ranges1[rng1c].or_size = ranges2[rng2c].ot_child_base + ranges2[rng2c].or_size - ranges1[rng1c].ot_parent_base;
53 ranges1[rng1c].ot_parent_base += ranges2[rng2c].ot_parent_base;
/linux-master/arch/sparc/include/asm/
H A Dopenprom.h214 unsigned int ot_parent_base; /* CPU looks from here */ member in struct:linux_prom_ranges
/linux-master/arch/m68k/include/asm/
H A Dopenprom.h307 unsigned int ot_parent_base; /* CPU looks from here */ member in struct:linux_prom_ranges

Completed in 105 milliseconds