Searched refs:intr_regs_base (Results 1 – 2 of 2) sorted by relevance
143 mask_bits = readl(hwif->intr_regs_base + offset); in hinic_set_msix_state()149 writel(mask_bits, hwif->intr_regs_base + offset); in hinic_set_msix_state()379 hwif->intr_regs_base = pci_ioremap_bar(pdev, HINIC_PCI_INTR_REGS_BAR); in hinic_init_hwif()380 if (!hwif->intr_regs_base) { in hinic_init_hwif()403 iounmap(hwif->intr_regs_base); in hinic_init_hwif()417 iounmap(hwif->intr_regs_base); in hinic_free_hwif()
243 void __iomem *intr_regs_base; member