Home
last modified time | relevance | path

Searched refs:DRAM_BASE (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/cmd/aspeed/
H A Ddramtest.c26 #define DRAM_BASE 0x80000000 macro
134 printf(" 0: [%08x, %08x)\n", DRAM_BASE + BLK_SIZE * 0, DRAM_BASE + BLK_SIZE * 1); in print_usage()
135 printf(" 1: [%08x, %08x)\n", DRAM_BASE + BLK_SIZE * 1, DRAM_BASE + BLK_SIZE * 2); in print_usage()
136 printf(" 2: [%08x, %08x)\n", DRAM_BASE + BLK_SIZE * 2, DRAM_BASE + BLK_SIZE * 3); in print_usage()
179 printf("Test range: 0x%08lx - 0x%08lx\n", DRAM_BASE + (block << MCR74_BLK_OFFSET), in do_ast_dramtest()
180 DRAM_BASE | (block << MCR74_BLK_OFFSET) | ((length - 1) << MCR74_LEN_OFFSET) | 0xf); in do_ast_dramtest()
/openbmc/linux/arch/arm/
H A DKconfig-nommu13 config DRAM_BASE config
54 the writable versions located at DRAM_BASE.
H A DKconfig285 default DRAM_BASE if !MMU
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dcar.S27 mov $(DRAM_BASE + DRAM_MAX_SIZE + ESRAM_SIZE), %edx
/openbmc/u-boot/arch/x86/include/asm/arch-quark/
H A Dquark.h134 #define DRAM_BASE 0x00000000 macro
/openbmc/u-boot/arch/riscv/include/asm/
H A Dencoding.h108 #define DRAM_BASE 0x80000000 macro
/openbmc/linux/arch/csky/
H A DKconfig332 config DRAM_BASE config