Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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_dw_rockchip.c140 #define PCIE_ATU_BUS(x) (((x) & 0xff) << 24) macro
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware.h98 #define PCIE_ATU_BUS(x) FIELD_PREP(GENMASK(31, 24), x) macro