Home
last modified time | relevance | path

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

/drivers/pci/
A Dpcie_dw_common.h45 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro
A Dpcie_uniphier.c50 #define PCIE_ATU_BUS(x) FIELD_PREP(GENMASK(31, 24), x) macro
159 busdev = PCIE_ATU_BUS(PCI_BUS(bdf) - seq) in uniphier_pcie_conf_address()
A Dpcie_layerscape.h62 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro
A Dpcie_dw_mvebu.c56 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro
A Dpcie_layerscape_rc.c166 busdev = PCIE_ATU_BUS(PCI_BUS(bdf) - dev_seq(bus)) | in ls_pcie_conf_address()
A Dpcie_imx.c103 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro

Completed in 639 milliseconds