Home
last modified time | relevance | path

Searched refs:INT_PCI_MSI_NR (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/controller/
H A Dpcie-rcar-host.c39 DECLARE_BITMAP(used, INT_PCI_MSI_NR);
654 hwirq = bitmap_find_free_region(msi->used, INT_PCI_MSI_NR, order_base_2(nr_irqs)); in rcar_msi_domain_alloc()
711 .size = INT_PCI_MSI_NR, in rcar_allocate_domains()
1069 bitmap_to_arr32(&val, host->msi.used, INT_PCI_MSI_NR); in rcar_pcie_resume()
H A Dpcie-rcar.h113 #define INT_PCI_MSI_NR 32 macro