Searched refs:which_io (Results 1 – 15 of 15) sorted by relevance
| /arch/sparc/prom/ |
| A 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()
|
| A 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/ |
| A 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
|
| A D | floppy_32.h | 317 r.flags = fd_regs[0].which_io; in sun_floppy_init()
|
| /arch/sparc/kernel/ |
| A 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()
|
| A D | prom_32.c | 68 regs->which_io, regs->phys_addr); in sparc32_path_component() 85 regs->which_io, in sbus_path_component() 130 regs->which_io, regs->phys_addr); in ebus_path_component()
|
| A D | sun4m_smp.c | 96 smp_penguin_ctable.which_io = 0; in smp4m_boot_one_cpu()
|
| A D | sun4d_smp.c | 135 smp_penguin_ctable.which_io = 0; in smp4d_boot_one_cpu()
|
| A D | leon_smp.c | 192 smp_penguin_ctable.which_io = 0; in leon_boot_one_cpu()
|
| A D | sun4d_irq.c | 357 slot = regs->which_io; in sun4d_build_device_irq()
|
| A D | prom_64.c | 157 regs->which_io, in sbus_path_component()
|
| A D | sbus.c | 76 slot = regs->which_io; in sbus_set_sbus64()
|
| A D | prom_irqtrans.c | 663 sbus_slot = regs->which_io; in sbus_of_build_irq()
|
| A D | pcic.c | 457 unsigned long devfn = (regs[0].which_io >> 8) & 0xff; in pdev_to_pnode()
|
| /arch/m68k/include/asm/ |
| A 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
|
Completed in 28 milliseconds