Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c73 return rp->config_axi_slave_base + where; in mobiveil_pcie_map_bus()
176 rp->config_axi_slave_base = devm_pci_remap_cfg_resource(dev, res); in mobiveil_pcie_parse_dt()
177 if (IS_ERR(rp->config_axi_slave_base)) in mobiveil_pcie_parse_dt()
178 return PTR_ERR(rp->config_axi_slave_base); in mobiveil_pcie_parse_dt()
H A Dpcie-mobiveil.h152 void __iomem *config_axi_slave_base; /* endpoint config base */ member