Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/irqchip/
Dirq-armada-370-xp.c63 #define PCI_MSI_DOORBELL_NR (16) macro
74 static DECLARE_BITMAP(msi_used, PCI_MSI_DOORBELL_NR);
123 hwirq = find_first_zero_bit(&msi_used, PCI_MSI_DOORBELL_NR); in armada_370_xp_alloc_msi()
124 if (hwirq >= PCI_MSI_DOORBELL_NR) in armada_370_xp_alloc_msi()
224 irq_domain_add_linear(NULL, PCI_MSI_DOORBELL_NR, in armada_370_xp_msi_init()