Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dprom_irqtrans.c116 unsigned int phys_hi = (unsigned int) (unsigned long) _arg1; in sabre_wsync_handler() local
126 bus = (phys_hi >> 16) & 0xff; in sabre_wsync_handler()
127 devfn = (phys_hi >> 8) & 0xff; in sabre_wsync_handler()
262 (void *) (long) regs->phys_hi, in sabre_irq_build()
H A Dof_device_64.c494 bus = (regs->phys_hi >> 16) & 0xff; in pci_irq_swizzle()
495 devfn = (regs->phys_hi >> 8) & 0xff; in pci_irq_swizzle()
H A Dprom_32.c104 devfn = (regs->phys_hi >> 8) & 0xff; in pci_path_component()
H A Dprom_64.c174 devfn = (regs->phys_hi >> 8) & 0xff; in pci_path_component()
/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h102 u32 phys_hi; member
/OK3568_Linux_fs/u-boot/lib/
H A Dfdtdec.c219 addr->phys_hi = fdt32_to_cpu(cell[0]); in fdtdec_get_pci_addr()
288 barnum = addr->phys_hi & 0xff; in fdtdec_get_pci_bar32()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dofnode.c641 addr->phys_hi = fdt32_to_cpu(cell[0]); in ofnode_read_pci_addr()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_tegra.c477 *index = PCI_DEV(addr.phys_hi) - 1; in tegra_pcie_parse_port_info()
H A Dpci-uclass.c923 pplat->devfn = addr.phys_hi & 0xff00; in pci_uclass_child_post_bind()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ni/
H A Dnixge.c118 u32 phys_hi; member