Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/powerpc/powerpc/
Dintr_machdep.c122 static struct pic piclist[MAX_PICS];
359 KASSERT(npics < MAX_PICS, in powerpc_register_pic()
360 ("Number of PICs exceeds maximum (%d)", MAX_PICS)); in powerpc_register_pic()
397 KASSERT(npics < MAX_PICS, in powerpc_get_irq()
398 ("Number of PICs exceeds maximum (%d)", MAX_PICS)); in powerpc_get_irq()
/freebsd-12-stable/sys/powerpc/include/
Dintr_machdep.h35 #define MAX_PICS 32 macro