OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I_MASK_REG
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/playstation2/ee/
intcreg.h
33
#define
I_MASK_REG
MIPS_PHYS_TO_KSEG1(0x1000f010)
intc.c
136
_reg_write_4(
I_MASK_REG
, (_reg_read_4(
I_MASK_REG
) & mask) ^ mask);
144
_reg_write_4(
I_MASK_REG
, _reg_read_4(
I_MASK_REG
) & (1 << ch));
152
cur_mask = _reg_read_4(
I_MASK_REG
);
154
_reg_write_4(
I_MASK_REG
, ((cur_mask ^ ~mask) | (cur_mask & mask)) &
/src/sys/arch/playstation2/playstation2/
locore_machdep.S
36
#define
I_MASK_REG
0xb000f010
51
* cur_mask = (_reg_read_4(
I_MASK_REG
) & 0xffff) |
56
* _reg_write_4(
I_MASK_REG
, bit & __intc_enabled_channel);
62
li a1,
I_MASK_REG
interrupt.c
279
(_reg_read_4(
I_MASK_REG
) << 16) |
Completed in 14 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025