Searched refs:get_next_hob (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/x86/lib/
H A Dhob.c29 hdr = get_next_hob(hdr);
54 hdr = get_next_hob(hdr);
/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c54 hdr = get_next_hob(hdr);
96 hdr = get_next_hob(hdr);
124 hdr = get_next_hob(hdr);
H A Dfsp_dram.c34 hdr = get_next_hob(hdr);
80 hdr = get_next_hob(hdr)) {
143 hdr = get_next_hob(hdr);
/u-boot/arch/x86/include/asm/
H A Dhob.h131 * get_next_hob() - return a pointer to the next HOB in the HOB list
140 static inline const struct hob_header *get_next_hob(const struct hob_header function
/u-boot/cmd/x86/
H A Dhob.c122 for (i = 0; !end_of_hob(hdr); i++, hdr = get_next_hob(hdr)) {

Completed in 51 milliseconds