Lines Matching refs:cfg_addr
503 void __iomem *cfg_addr; member
1076 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_read_config()
1106 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_read_config()
1137 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
1143 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in hv_pcifront_get_vendor_id()
1169 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_write_config()
1177 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_write_config()
3623 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()
3625 if (!hbus->cfg_addr) { in hv_pci_probe()
3720 iounmap(hbus->cfg_addr); in hv_pci_probe()
3849 iounmap(hbus->cfg_addr); in hv_pci_remove()