Searched defs:phys_hi (Results 1 - 2 of 2) sorted by relevance
/arch/sparc/include/asm/ | ||
H A D | openprom.h | 222 unsigned int phys_hi; member in struct:linux_prom_pci_registers 238 unsigned int phys_hi; member in struct:linux_prom_pci_registers 260 unsigned int phys_hi; member in struct:linux_prom_pci_intmap 271 unsigned int phys_hi; member in struct:linux_prom_pci_intmask |
/arch/sparc/kernel/ | ||
H A D | prom_irqtrans.c | 115 unsigned int phys_hi = (unsigned int) (unsigned long) _arg1; local 125 bus = (phys_hi >> 16) & 0xff; 126 devfn = (phys_hi >> 8) & 0xff; 261 (void *) (long) regs->phys_hi, |
Completed in 114 milliseconds