Lines Matching defs:cfg_base
69 void __iomem *cfg_base;
110 return port->cfg_base + AXI_EP_CFG_ACCESS;
112 return port->cfg_base;
247 port->cfg_base = cfg->win;
359 port->cfg_base = devm_ioremap_resource(dev, res);
360 if (IS_ERR(port->cfg_base))
361 return PTR_ERR(port->cfg_base);
486 void __iomem *cfg_base = port->cfg_base;
511 bar_addr = cfg_base + PCI_BASE_ADDRESS_0;