Lines Matching refs:cfg_addr
452 void __iomem *cfg_addr; member
634 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_read_config()
664 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_read_config()
695 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
701 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in hv_pcifront_get_vendor_id()
727 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_write_config()
735 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_write_config()
2563 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()
2565 if (!hbus->cfg_addr) { in hv_pci_probe()
2615 iounmap(hbus->cfg_addr); in hv_pci_probe()
2693 iounmap(hbus->cfg_addr); in hv_pci_remove()