Searched refs:IST_MAX (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/powerpc/include/booke/
H A Dintr.h65 #define IST_MAX (NIPL+11) macro
/netbsd-current/sys/arch/powerpc/booke/
H A De500_intr.c206 u_int8_t ii_ist_vectors[IST_MAX+1];
246 [IST_MAX] = UC_CHIP ## _EXTERNALSOURCES \
643 if (ist <= IST_NONE || ist >= IST_MAX) {
724 __CTASSERT(__arraycount(ist_names) == IST_MAX); variable
729 if (IST_NONE <= ist && ist < IST_MAX)
743 KASSERT(ist > IST_NONE && ist < IST_MAX && ist != IST_MSI);

Completed in 304 milliseconds