Home
last modified time | relevance | path

Searched refs:phys_hi (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/sparc/include/asm/
Dopenprom.h222 unsigned int phys_hi; member
238 unsigned int phys_hi; member
260 unsigned int phys_hi; member
271 unsigned int phys_hi; member
/linux-4.4.14/arch/sparc/kernel/
Dprom_irqtrans.c115 unsigned int phys_hi = (unsigned int) (unsigned long) _arg1; in sabre_wsync_handler() local
125 bus = (phys_hi >> 16) & 0xff; in sabre_wsync_handler()
126 devfn = (phys_hi >> 8) & 0xff; in sabre_wsync_handler()
261 (void *) (long) regs->phys_hi, in sabre_irq_build()
Dprom_32.c105 devfn = (regs->phys_hi >> 8) & 0xff; in pci_path_component()
Dof_device_64.c492 bus = (regs->phys_hi >> 16) & 0xff; in pci_irq_swizzle()
493 devfn = (regs->phys_hi >> 8) & 0xff; in pci_irq_swizzle()
Dprom_64.c177 devfn = (regs->phys_hi >> 8) & 0xff; in pci_path_component()