Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/fsp/
Dfsp_support.h142 const struct hob_header *fsp_get_next_hob(uint type, const void *hob_list);
/external/u-boot/arch/x86/lib/fsp/
Dfsp_support.c363 const struct hob_header *fsp_get_next_hob(uint type, const void *hob_list) in fsp_get_next_hob() function
387 while ((hdr = fsp_get_next_hob(HOB_TYPE_GUID_EXT, in fsp_get_next_guid_hob()