OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mec_memcfg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/erc32/
erc32.c
66
#define
MEC_MEMCFG
0x010
162
static uint32_t
mec_memcfg
; /* Memory control register */
variable
406
if (rom8)
mec_memcfg
&= ~0x20000;
407
else
mec_memcfg
|= 0x20000;
409
mem_ramsz = (256 * 1024) << ((
mec_memcfg
>> 10) & 7);
410
mem_romsz = (128 * 1024) << ((
mec_memcfg
>> 18) & 7);
509
mec_memcfg
= 0x10000;
628
case
MEC_MEMCFG
: /* 0x10 */
629
*data =
mec_memcfg
;
868
case
MEC_MEMCFG
: /* 0x10 *
[
all
...]
/src/external/gpl3/gdb/dist/sim/erc32/
erc32.c
66
#define
MEC_MEMCFG
0x010
162
static uint32_t
mec_memcfg
; /* Memory control register */
variable
406
if (rom8)
mec_memcfg
&= ~0x20000;
407
else
mec_memcfg
|= 0x20000;
409
mem_ramsz = (256 * 1024) << ((
mec_memcfg
>> 10) & 7);
410
mem_romsz = (128 * 1024) << ((
mec_memcfg
>> 18) & 7);
509
mec_memcfg
= 0x10000;
628
case
MEC_MEMCFG
: /* 0x10 */
629
*data =
mec_memcfg
;
868
case
MEC_MEMCFG
: /* 0x10 *
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026