Home
last modified time | relevance | path

Searched refs:which_io (Results 1 – 15 of 15) sorted by relevance

/arch/sparc/prom/
Dtree_32.c235 unsigned int which_io, phys_addr; in prom_finddevice() local
252 which_io = simple_strtoul(s+1, NULL, 16); in prom_finddevice()
259 if (which_io == reg[0].which_io && phys_addr == reg[0].phys_addr) { in prom_finddevice()
Dranges.c27 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()
/arch/sparc/include/asm/
Dopenprom.h37 char * (*v2_dumb_mmap)(char *virta, int which_io, unsigned int paddr, unsigned int sz);
194 unsigned int which_io; /* hi part of physical address */ member
237 unsigned int which_io; /* Let it be which_io */ member
Dfloppy_32.h317 r.flags = fd_regs[0].which_io; in sun_floppy_init()
/arch/sparc/kernel/
Dauxio_32.c66 r.flags = auxregs[0].which_io & 0xF; in auxio_probe()
130 r.flags = regs.which_io & 0xF; in auxio_power_probe()
Dprom_32.c70 regs->which_io, regs->phys_addr); in sparc32_path_component()
87 regs->which_io, in sbus_path_component()
132 regs->which_io, regs->phys_addr); in ebus_path_component()
Dsun4m_smp.c96 smp_penguin_ctable.which_io = 0; in smp4m_boot_one_cpu()
Dsun4d_smp.c135 smp_penguin_ctable.which_io = 0; in smp4d_boot_one_cpu()
Dleon_smp.c192 smp_penguin_ctable.which_io = 0; in leon_boot_one_cpu()
Dsun4d_irq.c357 slot = regs->which_io; in sun4d_build_device_irq()
Dprom_64.c157 regs->which_io, in sbus_path_component()
Dsbus.c76 slot = regs->which_io; in sbus_set_sbus64()
Dpcic.c457 unsigned long devfn = (regs[0].which_io >> 8) & 0xff; in pdev_to_pnode()
Dprom_irqtrans.c663 sbus_slot = regs->which_io; in sbus_of_build_irq()
/arch/m68k/include/asm/
Dopenprom.h45 char * (*v2_dumb_mmap)(char *virta, int which_io, unsigned paddr, unsigned sz);
292 int which_io; /* is this in OBIO space? */ member