Home
last modified time | relevance | path

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

/u-boot/drivers/pci/
A Dpcie_dw_common.h45 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro
A Dpcie_layerscape.h62 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro
A Dpcie_uniphier.c51 #define PCIE_ATU_BUS(x) FIELD_PREP(GENMASK(31, 24), x) macro
160 busdev = PCIE_ATU_BUS(PCI_BUS(bdf) - seq) in uniphier_pcie_conf_address()
A Dpcie_dw_mvebu.c55 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro
A Dpcie_layerscape_rc.c167 busdev = PCIE_ATU_BUS(PCI_BUS(bdf) - dev_seq(bus)) | in ls_pcie_conf_address()
A Dpcie_imx.c96 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro

Completed in 11 milliseconds