Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_layerscape.h56 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro
H A Dpcie_dw_mvebu.c53 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro
H A Dpcie_imx.c91 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro
H A Dpcie_layerscape.c253 busdev = PCIE_ATU_BUS(PCI_BUS(bdf)) | in ls_pcie_conf_address()
H A Dpcie_dw_rockchip.c163 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro