Lines Matching refs:cfg_addr
507 void __iomem *cfg_addr; member
1219 void __iomem *addr = hbus->cfg_addr + offset; in _hv_pcifront_read_config()
1222 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in _hv_pcifront_read_config()
1268 void __iomem *addr = hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
1271 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in hv_pcifront_get_vendor_id()
1315 void __iomem *addr = hbus->cfg_addr + offset; in _hv_pcifront_write_config()
1318 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in _hv_pcifront_write_config()
3850 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()
3852 if (!hbus->cfg_addr) { in hv_pci_probe()
3916 iounmap(hbus->cfg_addr); in hv_pci_probe()
4043 iounmap(hbus->cfg_addr); in hv_pci_remove()