taglinefilesource code
nregs16arch/sparc/prom/ranges.cprom_adjust_regs(struct linux_prom_registers *regp, int nregs,
nregs21arch/sparc/prom/ranges.cfor(regc=0; regc < nregs; regc++) {
nregs55arch/sparc/prom/ranges.cprom_apply_obio_ranges(struct linux_prom_registers *regs, int nregs)
nregs58arch/sparc/prom/ranges.cprom_adjust_regs(regs, nregs, promlib_obio_ranges, num_obio_ranges);
nregs64arch/sparc/prom/ranges.cprom_apply_sbus_ranges(struct linux_prom_registers *regs, int nregs)
nregs67arch/sparc/prom/ranges.cprom_adjust_regs(regs, nregs, promlib_sbus_ranges, num_sbus_ranges);
nregs273include/asm-sparc/oplib.hextern void prom_adjust_regs(struct linux_prom_registers *regp, int nregs,
nregs281include/asm-sparc/oplib.hextern void prom_apply_obio_ranges(struct linux_prom_registers *obioregs, int nregs);
nregs284include/asm-sparc/oplib.hextern void prom_apply_sbus_ranges(struct linux_prom_registers *sbusregs, int nregs);