Lines Matching refs:cfg_addr
507 void __iomem *cfg_addr; member
1151 void __iomem *addr = hbus->cfg_addr + offset; in _hv_pcifront_read_config()
1154 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in _hv_pcifront_read_config()
1200 void __iomem *addr = hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
1203 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in hv_pcifront_get_vendor_id()
1247 void __iomem *addr = hbus->cfg_addr + offset; in _hv_pcifront_write_config()
1250 writel(hpdev->desc.win_slot.slot, hbus->cfg_addr); in _hv_pcifront_write_config()
3724 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()
3726 if (!hbus->cfg_addr) { in hv_pci_probe()
3790 iounmap(hbus->cfg_addr); in hv_pci_probe()
3916 iounmap(hbus->cfg_addr); in hv_pci_remove()