Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
H A Dopenprom.h223 unsigned int phys_hi; member
239 unsigned int phys_hi; member
261 unsigned int phys_hi; member
272 unsigned int phys_hi; member
/linux/arch/sparc/kernel/
H A Dprom_irqtrans.c117 unsigned int phys_hi = (unsigned int) (unsigned long) _arg1; in sabre_wsync_handler() local
127 bus = (phys_hi >> 16) & 0xff; in sabre_wsync_handler()
128 devfn = (phys_hi >> 8) & 0xff; in sabre_wsync_handler()
263 (void *) (long) regs->phys_hi, in sabre_irq_build()
H A Dprom_32.c102 devfn = (regs->phys_hi >> 8) & 0xff; in pci_path_component()