Home
last modified time | relevance | path

Searched refs:SRAM_MEMSIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/x68k/stand/boot/
Dswitch.c34 #define SRAM_MEMSIZE (*((volatile uint32_t *)0x00ed0008)) macro
188 printf("memory=%d MB\n", SRAM_MEMSIZE / (1024 * 1024)); in cmd_switch_show_memory()
310 SRAM_MEMSIZE = num * (1024 * 1024); in cmd_switch_memory()
Dboot.c48 #define SRAM_MEMSIZE (*((long*) 0x00ed0008)) macro
401 sram_memsize = SRAM_MEMSIZE; in bootmain()