Home
last modified time | relevance | path

Searched refs:PCIE_ATU_FUNC (Results 1 – 4 of 4) 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_imx.c92 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
Dpcie_layerscape.c259 PCIE_ATU_FUNC(PCI_FUNC(bdf)); in ls_pcie_conf_address()