Home
last modified time | relevance | path

Searched refs:tegra_pcie_conf_offset (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpci_tegra.c276 static unsigned long tegra_pcie_conf_offset(pci_dev_t bdf, int where) in tegra_pcie_conf_offset() function
306 *address = pcie->cs.start + tegra_pcie_conf_offset(bdf, where); in tegra_pcie_conf_address()
/openbmc/linux/drivers/pci/controller/
H A Dpci-tegra.c418 static unsigned int tegra_pcie_conf_offset(u8 bus, unsigned int devfn, in tegra_pcie_conf_offset() function
446 offset = tegra_pcie_conf_offset(bus->number, devfn, where); in tegra_pcie_map_bus()