Lines Matching refs:cfg_addr
497 void __iomem *cfg_addr; member
697 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_read_config()
727 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_read_config()
758 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
764 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in hv_pcifront_get_vendor_id()
790 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_write_config()
798 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_write_config()
3173 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()
3175 if (!hbus->cfg_addr) { in hv_pci_probe()
3270 iounmap(hbus->cfg_addr); in hv_pci_probe()
3387 iounmap(hbus->cfg_addr); in hv_pci_remove()