Searched refs:which_io (Results 1 – 15 of 15) sorted by relevance
/arch/sparc/prom/ |
D | tree_32.c | 235 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()
|
D | ranges.c | 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()
|
/arch/sparc/include/asm/ |
D | openprom.h | 37 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
|
D | floppy_32.h | 317 r.flags = fd_regs[0].which_io; in sun_floppy_init()
|
/arch/sparc/kernel/ |
D | auxio_32.c | 66 r.flags = auxregs[0].which_io & 0xF; in auxio_probe() 130 r.flags = regs.which_io & 0xF; in auxio_power_probe()
|
D | prom_32.c | 70 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()
|
D | sun4m_smp.c | 96 smp_penguin_ctable.which_io = 0; in smp4m_boot_one_cpu()
|
D | sun4d_smp.c | 135 smp_penguin_ctable.which_io = 0; in smp4d_boot_one_cpu()
|
D | leon_smp.c | 192 smp_penguin_ctable.which_io = 0; in leon_boot_one_cpu()
|
D | sun4d_irq.c | 357 slot = regs->which_io; in sun4d_build_device_irq()
|
D | prom_64.c | 157 regs->which_io, in sbus_path_component()
|
D | sbus.c | 76 slot = regs->which_io; in sbus_set_sbus64()
|
D | pcic.c | 457 unsigned long devfn = (regs[0].which_io >> 8) & 0xff; in pdev_to_pnode()
|
D | prom_irqtrans.c | 663 sbus_slot = regs->which_io; in sbus_of_build_irq()
|
/arch/m68k/include/asm/ |
D | openprom.h | 45 char * (*v2_dumb_mmap)(char *virta, int which_io, unsigned paddr, unsigned sz); 292 int which_io; /* is this in OBIO space? */ member
|