Lines Matching refs:cfg_addr
500 void __iomem *cfg_addr; member
691 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_read_config()
721 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_read_config()
752 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + in hv_pcifront_get_vendor_id()
758 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in hv_pcifront_get_vendor_id()
784 void __iomem *addr = hpdev->hbus->cfg_addr + CFG_PAGE_OFFSET + where; in _hv_pcifront_write_config()
792 writel(hpdev->desc.win_slot.slot, hpdev->hbus->cfg_addr); in _hv_pcifront_write_config()
3307 hbus->cfg_addr = ioremap(hbus->mem_config->start, in hv_pci_probe()
3309 if (!hbus->cfg_addr) { in hv_pci_probe()
3373 iounmap(hbus->cfg_addr); in hv_pci_probe()
3490 iounmap(hbus->cfg_addr); in hv_pci_remove()