Home
last modified time | relevance | path

Searched refs:PCIE_ATU_DEV (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape.h56 #define PCIE_ATU_DEV(x) (((x) & 0x1f) << 19) macro
H A Dpcie_dw_mvebu.c53 #define PCIE_ATU_DEV(x) (((x) & 0x1f) << 19) macro
H A Dpcie_imx.c91 #define PCIE_ATU_DEV(x) (((x) & 0x1f) << 19) macro
H A Dpcie_layerscape.c261 PCIE_ATU_DEV(PCI_DEV(bdf)) | in ls_pcie_conf_address()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-tegra194-acpi.c84 busdev = PCIE_ATU_BUS(bus->number) | PCIE_ATU_DEV(PCI_SLOT(devfn)) | in tegra194_map_bus()
H A Dpcie-designware.h161 #define PCIE_ATU_DEV(x) FIELD_PREP(GENMASK(23, 19), x) macro
H A Dpcie-designware-host.c563 busdev = PCIE_ATU_BUS(bus->number) | PCIE_ATU_DEV(PCI_SLOT(devfn)) | in dw_pcie_other_conf_map_bus()