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

  /src/sys/arch/hpcmips/tx/
tx39icu.c 185 txreg_t sc_le_mask[TX39_INTRSET_MAX + 1];
186 int (*sc_le_fun[TX39_INTRSET_MAX + 1][32])(void *);
187 void *sc_le_arg[TX39_INTRSET_MAX + 1][32];
191 txreg_t sc_regs[TX39_INTRSET_MAX + 1];
351 for (i = 1; i <= TX39_INTRSET_MAX; i++) {
487 if (!intr || intr >= (TX39_INTRSET_MAX + 1) * 32
614 if (r < 0 || r >= TX39_INTRSET_MAX + 1)
730 for (i = 1; i <= TX39_INTRSET_MAX; i++) {
tx39icureg.h 36 #define TX39_INTRSET_MAX 5
39 #define TX39_INTRSET_MAX 8
tx39power.c 71 txreg_t sc_icu_state[TX39_INTRSET_MAX + 1];

Completed in 15 milliseconds