Searched refs:end_irq (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/xilinx/ |
H A D | xlnx_pcib.c | 586 int irq, end_irq, i; in xlnx_pcib_msi_alloc_msi() local 600 for (end_irq = irq; end_irq < irq + count; end_irq++) { in xlnx_pcib_msi_alloc_msi() 601 if (sc->isrcs[end_irq].flags & XLNX_IRQ_FLAG_USED) { in xlnx_pcib_msi_alloc_msi()
|
/freebsd/sys/arm/arm/ |
H A D | gic.c | 1031 int i, irq, end_irq; in arm_gic_alloc_msi() local 1051 for (end_irq = irq; end_irq != irq + count; end_irq++) { in arm_gic_alloc_msi() 1053 if (end_irq == mbi_start + mbi_count) { in arm_gic_alloc_msi() 1058 KASSERT((sc->gic_irqs[end_irq].gi_flags & GI_FLAG_MSI)!= 0, in arm_gic_alloc_msi() 1062 if ((sc->gic_irqs[end_irq].gi_flags & GI_FLAG_MSI_USED) == in arm_gic_alloc_msi()
|
/freebsd/sys/arm64/arm64/ |
H A D | gic_v3.c | 1519 int i, irq, end_irq; in gic_v3_gic_alloc_msi() local 1539 for (end_irq = irq; end_irq != irq + count; end_irq++) { in gic_v3_gic_alloc_msi() 1541 if (end_irq == mbi_start + mbi_count) { in gic_v3_gic_alloc_msi() 1546 KASSERT((sc->gic_irqs[end_irq].gi_flags & GI_FLAG_MSI)!= 0, in gic_v3_gic_alloc_msi() 1550 if ((sc->gic_irqs[end_irq].gi_flags & GI_FLAG_MSI_USED) == in gic_v3_gic_alloc_msi()
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_pcie.c | 745 int i, irq, end_irq; in tegra_pcib_msi_alloc_msi() local 764 for (end_irq = irq; end_irq < irq + count; end_irq++) { in tegra_pcib_msi_alloc_msi() 766 if ((sc->isrcs[end_irq].flags & TEGRA_FLAG_MSI_USED) == in tegra_pcib_msi_alloc_msi()
|