Searched refs:MSI_MAX (Results 1 – 1 of 1) sorted by relevance
9 #define MSI_MAX 256 macro18 DECLARE_BITMAP(used_msi, MSI_MAX);34 while ((pos = find_next_bit(pcie->used_msi, MSI_MAX, pos)) < MSI_MAX) { in tango_msi_isr()143 pos = find_first_zero_bit(pcie->used_msi, MSI_MAX); in tango_irq_domain_alloc()144 if (pos >= MSI_MAX) { in tango_irq_domain_alloc()272 for (offset = 0; offset < MSI_MAX / 8; offset += 4) in tango_pcie_probe()281 irq_dom = irq_domain_create_linear(fwnode, MSI_MAX, &dom_ops, pcie); in tango_pcie_probe()