Home
last modified time | relevance | path

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

/external/u-boot/drivers/pci/
Dpcie_layerscape.h57 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
Dpcie_dw_mvebu.c54 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
Dpcie_dw_ti.c72 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
Dpcie_imx.c94 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
Dpcie_layerscape.c262 PCIE_ATU_FUNC(PCI_FUNC(bdf)); in ls_pcie_conf_address()