Lines Matching refs:cfg_addr
467 void __iomem *cfg_addr; member
673 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_read_config()
703 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_read_config()
734 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
740 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in hv_pcifront_get_vendor_id()
766 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_write_config()
774 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_write_config()
3205 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()
3207 if (!hbus->cfg_addr) { in hv_pci_probe()
3302 iounmap(hbus->cfg_addr); in hv_pci_probe()
3419 iounmap(hbus->cfg_addr); in hv_pci_remove()