Home
last modified time | relevance | path

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

/src/sys/powerpc/powerpc/
H A Dintr_machdep.c118 static struct pic piclist[MAX_PICS];
391 KASSERT(npics < MAX_PICS, in powerpc_register_pic()
392 ("Number of PICs exceeds maximum (%d)", MAX_PICS)); in powerpc_register_pic()
429 KASSERT(npics < MAX_PICS, in powerpc_get_irq()
430 ("Number of PICs exceeds maximum (%d)", MAX_PICS)); in powerpc_get_irq()
/src/sys/powerpc/include/
H A Dintr_machdep.h33 #define MAX_PICS 32 macro