Home
last modified time | relevance | path

Searched defs:PCIE_ATU_FUNC (Results 1 – 3 of 3) 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_imx.c92 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
H A Dpcie_dw_mvebu.c54 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro