Lines Matching refs:cfg_addr
477 void __iomem *cfg_addr; member
666 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_read_config()
696 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_read_config()
727 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
733 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in hv_pcifront_get_vendor_id()
759 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_write_config()
767 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_write_config()
2941 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()
2943 if (!hbus->cfg_addr) { in hv_pci_probe()
3000 iounmap(hbus->cfg_addr); in hv_pci_probe()
3081 iounmap(hbus->cfg_addr); in hv_pci_remove()