Lines Matching refs:cfg_addr
506 void __iomem *cfg_addr; member
1218 void __iomem *addr = hbus->cfg_addr + offset; in _hv_pcifront_read_config()
1221 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in _hv_pcifront_read_config()
1267 void __iomem *addr = hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
1270 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in hv_pcifront_get_vendor_id()
1314 void __iomem *addr = hbus->cfg_addr + offset; in _hv_pcifront_write_config()
1317 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in _hv_pcifront_write_config()
3804 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()
3806 if (!hbus->cfg_addr) { in hv_pci_probe()
3870 iounmap(hbus->cfg_addr); in hv_pci_probe()
3997 iounmap(hbus->cfg_addr); in hv_pci_remove()