Lines Matching refs:cfg_addr
506 void __iomem *cfg_addr; member
1157 void __iomem *addr = hbus->cfg_addr + offset; in _hv_pcifront_read_config()
1160 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in _hv_pcifront_read_config()
1206 void __iomem *addr = hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
1209 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in hv_pcifront_get_vendor_id()
1253 void __iomem *addr = hbus->cfg_addr + offset; in _hv_pcifront_write_config()
1256 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in _hv_pcifront_write_config()
3730 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()
3732 if (!hbus->cfg_addr) { in hv_pci_probe()
3796 iounmap(hbus->cfg_addr); in hv_pci_probe()
3922 iounmap(hbus->cfg_addr); in hv_pci_remove()