Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c84 #define NUM_MSI 32 macro
432 for (first_int = 0; first_int + count < NUM_MSI; ) { in bcm_pcib_alloc_msi()
518 sc->msi_isrcs = malloc(sizeof(*sc->msi_isrcs) * NUM_MSI, M_DEVBUF, in bcm_pcib_msi_attach()
529 for (i = 0; i < NUM_MSI; i++) { in bcm_pcib_msi_attach()