Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c426 int first_int, i; in bcm_pcib_alloc_msi() local
432 for (first_int = 0; first_int + count < NUM_MSI; ) { in bcm_pcib_alloc_msi()
433 for (i = first_int; i < first_int + count; ++i) { in bcm_pcib_alloc_msi()
439 first_int = i + 1; in bcm_pcib_alloc_msi()
451 sc->msi_isrcs[i + first_int].allocated = true; in bcm_pcib_alloc_msi()
452 srcs[i] = &(sc->msi_isrcs[i + first_int].isrc); in bcm_pcib_alloc_msi()