Lines Matching defs:cfg_base
66 void __iomem *cfg_base;
107 return port->cfg_base + AXI_EP_CFG_ACCESS;
109 return port->cfg_base;
245 port->cfg_base = cfg->win;
355 port->cfg_base = devm_ioremap_resource(dev, res);
356 if (IS_ERR(port->cfg_base))
357 return PTR_ERR(port->cfg_base);
482 void __iomem *cfg_base = port->cfg_base;
507 bar_addr = cfg_base + PCI_BASE_ADDRESS_0;