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

  /src/sys/arch/playstation2/ee/
intcvar.h 52 extern u_int32_t __intc_enabled_channel;
intc.c 56 u_int32_t __intc_enabled_channel; variable in typeref:typename:u_int32_t
91 dispatch = r & ~mask & __intc_enabled_channel;
92 pending = r & mask & __intc_enabled_channel;
97 r, mask, pending, dispatch, __intc_enabled_channel);
155 __intc_enabled_channel);
198 __intc_enabled_channel |= bit;
226 __intc_enabled_channel &= ~bit;
  /src/sys/arch/playstation2/playstation2/
locore_machdep.S 56 * _reg_write_4(I_MASK_REG, bit & __intc_enabled_channel);
61 lw a0, _C_LABEL(__intc_enabled_channel)

Completed in 45 milliseconds