Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape.h57 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
H A Dpcie_dw_mvebu.c54 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
H A Dpcie_imx.c92 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
H A Dpcie_layerscape.c262 PCIE_ATU_FUNC(PCI_FUNC(bdf)); in ls_pcie_conf_address()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-tegra194-acpi.c85 PCIE_ATU_FUNC(PCI_FUNC(devfn)); in tegra194_map_bus()
H A Dpcie-designware.h162 #define PCIE_ATU_FUNC(x) FIELD_PREP(GENMASK(18, 16), x) macro
H A Dpcie-designware-host.c564 PCIE_ATU_FUNC(PCI_FUNC(devfn)); in dw_pcie_other_conf_map_bus()