Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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.c142 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-dw-rockchip-acpi.c168 PCIE_ATU_FUNC(PCI_FUNC(devfn)); in rk_pcie_ecam_map_bus()
H A Dpcie-designware.h100 #define PCIE_ATU_FUNC(x) FIELD_PREP(GENMASK(18, 16), x) macro
H A Dpcie-designware-host.c461 PCIE_ATU_FUNC(PCI_FUNC(devfn)); in dw_pcie_other_conf_map_bus()