Home
last modified time | relevance | path

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

/u-boot/drivers/pci/
A Dpcie_dw_common.h47 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
A Dpcie_layerscape.h64 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
A Dpcie_uniphier.c53 #define PCIE_ATU_FUNC(x) FIELD_PREP(GENMASK(18, 16), x) macro
162 | PCIE_ATU_FUNC(PCI_FUNC(bdf)); in uniphier_pcie_conf_address()
A Dpcie_dw_mvebu.c57 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
A Dpcie_layerscape_rc.c169 PCIE_ATU_FUNC(PCI_FUNC(bdf)); in ls_pcie_conf_address()
A Dpcie_imx.c98 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro

Completed in 14 milliseconds