Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_layerscape.h58 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
H A Dpcie_dw_mvebu.c55 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
H A Dpcie_imx.c93 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
H A Dpcie_layerscape.c255 PCIE_ATU_FUNC(PCI_FUNC(bdf)); in ls_pcie_conf_address()
H A Dpcie_dw_rockchip.c165 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro