OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDISR_WR_MASK
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/mips/
dv-tx3904sio.c
170
#define
SDISR_WR_MASK
0x00070000U
171
#define SDISR_SET_BYTE(c,o,b) ((c)->sdisr =
SDISR_WR_MASK
& (((c)->sdisr & ~LSMASK32((o)*8+7,(o)*8)) | ((b)<< (o)*8)))
172
#define SDISR_CLEAR_FLAG_BYTE(c,o,b) ((c)->sdisr =
SDISR_WR_MASK
& (((c)->sdisr & ~LSMASK32((o)*8+7,(o)*8)) & ((b)<< (o)*8)))
/src/external/gpl3/gdb/dist/sim/mips/
dv-tx3904sio.c
170
#define
SDISR_WR_MASK
0x00070000U
171
#define SDISR_SET_BYTE(c,o,b) ((c)->sdisr =
SDISR_WR_MASK
& (((c)->sdisr & ~LSMASK32((o)*8+7,(o)*8)) | ((b)<< (o)*8)))
172
#define SDISR_CLEAR_FLAG_BYTE(c,o,b) ((c)->sdisr =
SDISR_WR_MASK
& (((c)->sdisr & ~LSMASK32((o)*8+7,(o)*8)) & ((b)<< (o)*8)))
Completed in 17 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026