Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfdtdec.h98 u32 phys_hi; member
/external/u-boot/lib/
Dfdtdec.c232 addr->phys_hi = fdt32_to_cpu(cell[0]); in fdtdec_get_pci_addr()
299 barnum = addr->phys_hi & 0xff; in fdtdec_get_pci_bar32()
/external/u-boot/drivers/core/
Dofnode.c569 addr->phys_hi = fdt32_to_cpu(cell[0]); in ofnode_read_pci_addr()
/external/u-boot/drivers/pci/
Dpci_tegra.c473 *index = PCI_DEV(addr.phys_hi) - 1; in tegra_pcie_parse_port_info()
Dpci-uclass.c1003 pplat->devfn = addr.phys_hi & 0xff00; in pci_uclass_child_post_bind()