Searched refs:PCI_REGION_IO (Results 1 – 12 of 12) sorted by relevance
| /u-boot/include/ |
| A D | pci.h | 543 #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 D | pci_auto_common.c | 94 case PCI_REGION_IO: in pciauto_config_init()
|
| A D | pcie_fsl.c | 290 if (type == PCI_REGION_IO) in fsl_pcie_setup_outbound_win() 343 PCI_REGION_IO, in fsl_pcie_setup_outbound_wins()
|
| A D | pci-rcar-gen3.c | 381 if (hose->regions[i].flags == PCI_REGION_IO) in rcar_gen3_pcie_probe()
|
| A D | pcie_dw_common.c | 318 if (hose->regions[ret].flags == PCI_REGION_IO) { in pcie_dw_setup_host()
|
| A D | pcie_rockchip.c | 177 if (hose->regions[i].flags == PCI_REGION_IO) in rockchip_pcie_atr_init()
|
| A D | pci_mvebu.c | 540 PCI_REGION_IO); in mvebu_pcie_probe()
|
| A D | pci-uclass.c | 1027 type = PCI_REGION_IO; in decode_regions() 1359 case PCI_REGION_IO: in pci_get_regions()
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | pcie.c | 114 if (reg[i].flags & PCI_REGION_IO) in mpc83xx_pcie_init_bus()
|
| /u-boot/drivers/i2c/ |
| A D | intel_i2c.c | 255 PCI_REGION_IO); in intel_i2c_probe()
|
| /u-boot/drivers/virtio/ |
| A D | virtio_pci_legacy.c | 323 PCI_REGION_TYPE, PCI_REGION_IO); in virtio_pci_probe()
|
| /u-boot/cmd/ |
| A D | pci.c | 451 { PCI_REGION_IO, "io" },
|
Completed in 39 milliseconds