Searched refs:rangep (Results 1 – 3 of 3) sorted by relevance
21 struct linux_prom_ranges *rangep, int nranges) in prom_adjust_regs() argument27 if (regp[regc].which_io == rangep[rngc].ot_child_space) in prom_adjust_regs()31 regp[regc].which_io = rangep[rngc].ot_parent_space; in prom_adjust_regs()32 regp[regc].phys_addr -= rangep[rngc].ot_child_base; in prom_adjust_regs()33 regp[regc].phys_addr += rangep[rngc].ot_parent_base; in prom_adjust_regs()
59 struct linux_prom_ranges *rangep, int nranges) in adjust_regs() argument65 if (regp[regc].which_io == rangep[rngc].ot_child_space) in adjust_regs()69 regp[regc].which_io = rangep[rngc].ot_parent_space; in adjust_regs()70 regp[regc].phys_addr -= rangep[rngc].ot_child_base; in adjust_regs()71 regp[regc].phys_addr += rangep[rngc].ot_parent_base; in adjust_regs()
283 struct linux_prom_ranges *rangep, int nranges);