Lines Matching refs:pic_maxsources
263 for (n = 32; n < sc->sc_pic.pic_maxsources; n += 32)
267 for (n = 32; n < sc->sc_pic.pic_maxsources; n += 4)
271 for (n = 32; n < sc->sc_pic.pic_maxsources; n += 32) {
277 for (n = 32; n < sc->sc_pic.pic_maxsources; n += 16)
603 __SHIFTIN(ffs(pic->pic_maxsources) - 1, GICR_PROPBASER_IDbits) |
713 gicv3_dma_alloc(sc, &sc->sc_lpiconf, sc->sc_lpi.pic_maxsources, 0x1000);
719 const bus_size_t lpipend_sz = (8192 + sc->sc_lpi.pic_maxsources) / NBBY;
753 if (irq - pic->pic_irqbase >= pic->pic_maxsources)
895 sc->sc_pic.pic_maxsources = GICD_TYPER_LINES(sc->sc_gicd_typer);
907 sc->sc_lpi.pic_maxsources = 8192; /* Min. required by GICv3 spec */
911 sc->sc_lpi_pool = vmem_create("gicv3-lpi", 0, sc->sc_lpi.pic_maxsources,