Home
last modified time | relevance | path

Searched refs:RES_SYS_MEM (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_dram.c25 if (res_desc->type == RES_SYS_MEM || in dram_init()
79 if (res_desc->type == RES_SYS_MEM) in install_e820_map()
H A Dfsp_support.c237 if (res_desc->type == RES_SYS_MEM) { in fsp_get_usable_lowmem_top()
295 if (res_desc->type == RES_SYS_MEM) { in fsp_get_usable_highmem_top()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h65 #define RES_SYS_MEM 0x00000000 macro