Searched refs:binman_entry_map (Results 1 - 4 of 4) sorted by path

/u-boot/arch/x86/cpu/apollolake/
H A Dfsp_s.c45 ret = binman_entry_map(ofnode_null(), "intel-vbt", &buf, NULL);
/u-boot/arch/x86/lib/
H A Dacpi_nhlt.c176 ret = binman_entry_map(node, cfg->settings_file, &data, &size);
/u-boot/include/
H A Dbinman.h26 * binman_entry_map() - Look up the address of an entry in memory
35 int binman_entry_map(ofnode parent, const char *name, void **bufp, int *sizep);
/u-boot/lib/
H A Dbinman.c86 int binman_entry_map(ofnode parent, const char *name, void **bufp, int *sizep) function

Completed in 66 milliseconds