Home
last modified time | relevance | path

Searched refs:MEM_BASE (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dthunderx_88xx.h15 #define MEM_BASE 0x00500000 macro
17 #define CONFIG_SYS_LOWMEM_BASE MEM_BASE
28 #define CONFIG_SYS_MEMTEST_START MEM_BASE
29 #define CONFIG_SYS_MEMTEST_END (MEM_BASE + PHYS_SDRAM_1_SIZE)
48 #define CONFIG_SYS_LOAD_ADDR (MEM_BASE)
51 #define PHYS_SDRAM_1 (MEM_BASE) /* SDRAM Bank #1 */
52 #define PHYS_SDRAM_1_SIZE (0x80000000-MEM_BASE) /* 2048 MB */
/openbmc/linux/arch/alpha/lib/
H A Dstacktrace.c17 #define MEM_BASE 0x001f0000 macro
26 (((INSTR) & (MAJOR_OP | MEM_BASE | MEM_OFF_SIGN)) == (STQ_OP | BASE_SP))
/openbmc/u-boot/board/cavium/thunderx/
H A Dthunderx.c97 gd->ram_size -= MEM_BASE; in dram_init()
/openbmc/linux/drivers/pci/hotplug/
H A Dcpqphp.h219 MEM_BASE = offsetof(struct slot_rt, mem_base), enumerator
H A Dcpqphp_pci.c1252 u16 mem_base = readw(one_slot + MEM_BASE); in cpqhp_find_available_resources()