Searched refs:intr_regs_base (Results 1 – 2 of 2) sorted by relevance
169 mask_bits = readl(hwif->intr_regs_base + offset); in hinic_set_msix_state()175 writel(mask_bits, hwif->intr_regs_base + offset); in hinic_set_msix_state()331 hwif->intr_regs_base = pci_ioremap_bar(pdev, HINIC_PCI_INTR_REGS_BAR); in hinic_init_hwif()332 if (!hwif->intr_regs_base) { in hinic_init_hwif()354 iounmap(hwif->intr_regs_base); in hinic_init_hwif()368 iounmap(hwif->intr_regs_base); in hinic_free_hwif()
230 void __iomem *intr_regs_base; member