Home
last modified time | relevance | path

Searched defs:PCIE_ATU_DEV (Results 1 – 4 of 4) 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_imx.c91 #define PCIE_ATU_DEV(x) (((x) & 0x1f) << 19) macro
H A Dpcie_dw_mvebu.c53 #define PCIE_ATU_DEV(x) (((x) & 0x1f) << 19) macro
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.h161 #define PCIE_ATU_DEV(x) FIELD_PREP(GENMASK(23, 19), x) macro