Home
last modified time | relevance | path

Searched refs:PCI_REGION_IO (Results 1 – 12 of 12) sorted by relevance

/u-boot/include/
A Dpci.h543 #define PCI_REGION_IO 0x00000001 /* PCI IO space */ macro
682 #define pci_phys_to_io(dev, addr) pci_phys_to_bus((dev), (addr), PCI_REGION_IO)
683 #define pci_io_to_phys(dev, addr) pci_bus_to_phys((dev), (addr), PCI_REGION_IO)
690 pci_virt_to_bus((dev), (addr), PCI_REGION_IO)
692 pci_bus_to_virt((dev), (addr), PCI_REGION_IO, (len), (map_flags))
1485 dm_pci_phys_to_bus((dev), (addr), 0, PCI_REGION_TYPE, PCI_REGION_IO)
1487 dm_pci_bus_to_phys((dev), (addr), 0, PCI_REGION_TYPE, PCI_REGION_IO)
1495 dm_pci_virt_to_bus((dev), (addr), PCI_REGION_IO)
1498 PCI_REGION_IO, (map_flags))
/u-boot/drivers/pci/
A Dpci_auto_common.c94 case PCI_REGION_IO: in pciauto_config_init()
A Dpcie_fsl.c290 if (type == PCI_REGION_IO) in fsl_pcie_setup_outbound_win()
343 PCI_REGION_IO, in fsl_pcie_setup_outbound_wins()
A Dpci-rcar-gen3.c381 if (hose->regions[i].flags == PCI_REGION_IO) in rcar_gen3_pcie_probe()
A Dpcie_dw_common.c318 if (hose->regions[ret].flags == PCI_REGION_IO) { in pcie_dw_setup_host()
A Dpcie_rockchip.c177 if (hose->regions[i].flags == PCI_REGION_IO) in rockchip_pcie_atr_init()
A Dpci_mvebu.c540 PCI_REGION_IO); in mvebu_pcie_probe()
A Dpci-uclass.c1027 type = PCI_REGION_IO; in decode_regions()
1359 case PCI_REGION_IO: in pci_get_regions()
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dpcie.c114 if (reg[i].flags & PCI_REGION_IO) in mpc83xx_pcie_init_bus()
/u-boot/drivers/i2c/
A Dintel_i2c.c255 PCI_REGION_IO); in intel_i2c_probe()
/u-boot/drivers/virtio/
A Dvirtio_pci_legacy.c323 PCI_REGION_TYPE, PCI_REGION_IO); in virtio_pci_probe()
/u-boot/cmd/
A Dpci.c451 { PCI_REGION_IO, "io" },

Completed in 39 milliseconds