Home
last modified time | relevance | path

Searched refs:get_next_hob (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c260 hdr = get_next_hob(hdr); in fsp_get_usable_lowmem_top()
302 hdr = get_next_hob(hdr); in fsp_get_usable_highmem_top()
330 hdr = get_next_hob(hdr); in fsp_get_reserved_mem_from_guid()
375 hdr = get_next_hob(hdr); in fsp_get_next_hob()
393 hdr = get_next_hob(hdr); in fsp_get_next_guid_hob()
H A Dfsp_dram.c30 hdr = get_next_hob(hdr); in dram_init()
86 hdr = get_next_hob(hdr); in install_e820_map()
H A Dcmd_fsp.c97 hdr = get_next_hob(hdr); in do_hob()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_hob.h140 static inline const struct hob_header *get_next_hob(const struct hob_header *hdr) in get_next_hob() function