Home
last modified time | relevance | path

Searched refs:rangep (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/sparc/prom/
Dranges.c21 struct linux_prom_ranges *rangep, int nranges) in prom_adjust_regs() argument
27 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()
/linux-2.4.37.9/arch/sparc64/kernel/
Dcentral.c59 struct linux_prom_ranges *rangep, int nranges) in adjust_regs() argument
65 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()
/linux-2.4.37.9/include/asm-m68k/
Doplib.h283 struct linux_prom_ranges *rangep, int nranges);