Lines Matching refs:cfg_addr
468 void __iomem *cfg_addr; member
674 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_read_config()
704 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_read_config()
735 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
741 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in hv_pcifront_get_vendor_id()
767 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_write_config()
775 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_write_config()
3132 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()
3134 if (!hbus->cfg_addr) { in hv_pci_probe()
3229 iounmap(hbus->cfg_addr); in hv_pci_probe()
3321 iounmap(hbus->cfg_addr); in hv_pci_remove()