Searched refs:PCIE_ECAM_OFFSET (Results 1 - 13 of 13) sorted by last modified time

/u-boot/include/
H A Dpci.h515 #define PCIE_ECAM_OFFSET(bus, dev, func, where) \ macro
/u-boot/drivers/pci/
H A Dpcie_xilinx.c81 addr += PCIE_ECAM_OFFSET(bus, dev, func, offset);
H A Dpcie_plda_common.c39 int where = PCIE_ECAM_OFFSET(PCI_BUS(bdf) - dev_seq(udev),
H A Dpcie_rockchip.c103 int where = PCIE_ECAM_OFFSET(PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), offset & ~0x3);
130 int where = PCIE_ECAM_OFFSET(PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), offset & ~0x3);
H A Dpcie_phytium.c40 addr += PCIE_ECAM_OFFSET(PCI_BUS(parent), PCI_DEV(parent), PCI_FUNC(parent), 0);
91 addr += PCIE_ECAM_OFFSET(PCI_BUS(bdf), PCI_DEV(bdf), PCI_FUNC(bdf), 0);
H A Dpcie_iproc.c468 val = (PCIE_ECAM_OFFSET(busno, slot, fn, where) & CFG_ADDR_CFG_ECAM_MASK)
H A Dpcie_ecam_generic.c57 addr += PCIE_ECAM_OFFSET(PCI_BUS(bdf) - pcie->first_busno,
H A Dpcie_ecam_synquacer.c238 addr += PCIE_ECAM_OFFSET(PCI_BUS(bdf) - pcie->first_busno,
H A Dpcie_brcmstb.c233 idx = PCIE_ECAM_OFFSET(pci_bus, pci_dev, pci_func, 0);
H A Dpcie_apple.c179 addr += PCIE_ECAM_OFFSET(PCI_BUS(bdf), PCI_DEV(bdf),
H A Dpci-aardvark.c451 reg = PCIE_ECAM_OFFSET(busno, PCI_DEV(bdf), PCI_FUNC(bdf), (offset & ~0x3));
607 reg = PCIE_ECAM_OFFSET(busno, PCI_DEV(bdf), PCI_FUNC(bdf), (offset & ~0x3));
H A Dpcie-xilinx-nwl.c146 addr += PCIE_ECAM_OFFSET(PCI_BUS(bdf) - dev_seq(bus),
H A Dpci_octeontx.c107 address = PCIE_ECAM_OFFSET(PCI_BUS(bdf) + pcie->bus.start - hose->first_busno,
125 address = PCIE_ECAM_OFFSET(PCI_BUS(bdf) + pcie->bus.start - hose->first_busno,
151 address = PCIE_ECAM_OFFSET(PCI_BUS(bdf) + 1 - hose->first_busno,
176 address = PCIE_ECAM_OFFSET(PCI_BUS(bdf) + 1 - hose->first_busno,
211 address = PCIE_ECAM_OFFSET(PCI_BUS(bdf) + 1 - hose->first_busno,
233 address = PCIE_ECAM_OFFSET(PCI_BUS(bdf) + 1 - hose->first_busno,

Completed in 139 milliseconds