Home
last modified time | relevance | path

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

/netbsd/sys/arch/mipsco/include/
H A Dintr.h73 #define MAX_INTR_COOKIES 16 macro
/netbsd/sys/arch/mipsco/mipsco/
H A Dautoconf.c79 struct mipsco_intrhand intrtab[MAX_INTR_COOKIES];
H A Dmips_3x30.c159 if (level < 0 || level >= MAX_INTR_COOKIES) in pizazz_intr_establish()