taglinefilesource code
nregs15arch/sparc/prom/ranges.cprom_adjust_regs(struct linux_prom_registers *regp, int nregs,
nregs20arch/sparc/prom/ranges.cfor(regc=0; regc < nregs; regc++) {
nregs54arch/sparc/prom/ranges.cprom_apply_obio_ranges(struct linux_prom_registers *regs, int nregs)
nregs57arch/sparc/prom/ranges.cprom_adjust_regs(regs, nregs, promlib_obio_ranges, num_obio_ranges);
nregs63arch/sparc/prom/ranges.cprom_apply_sbus_ranges(struct linux_prom_registers *regs, int nregs)
nregs66arch/sparc/prom/ranges.cprom_adjust_regs(regs, nregs, promlib_sbus_ranges, num_sbus_ranges);
nregs247include/asm-sparc/oplib.hextern void prom_adjust_regs(struct linux_prom_registers *regp, int nregs,
nregs255include/asm-sparc/oplib.hextern void prom_apply_obio_ranges(struct linux_prom_registers *obioregs, int nregs);
nregs258include/asm-sparc/oplib.hextern void prom_apply_sbus_ranges(struct linux_prom_registers *sbusregs, int nregs);