HomeSort by: relevance | last modified time | path
    Searched refs:NIRTS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/rmi/
rmixl_intr.h 47 #define NIRTS 32 /* #entries in the Interrupt Redirection Table */
rmixl_intr.c 124 static const char * const rmixl_irtnames_xlrxxx[NIRTS] = {
163 static const char * const rmixl_irtnames_xls2xx[NIRTS] = {
202 static const char * const rmixl_irtnames_xls1xx[NIRTS] = {
241 static const char * const rmixl_irtnames_xls4xx[NIRTS] = {
420 for (u_int i = 0; i < NIRTS; i++) {
631 KASSERT(irt < NIRTS);
661 if (irt >= NIRTS)
794 if (irt < 0 || irt >= NIRTS)
796 __func__, irt, NIRTS - 1);
1025 if ((irt < 0) || (irt > NIRTS))
    [all...]

Completed in 11 milliseconds