Home
last modified time | relevance | path

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

/u-boot/fs/cbfs/
A Dcbfs.c225 static int file_cbfs_load_header(struct cbfs_priv *priv, ulong end_of_rom) in file_cbfs_load_header() argument
227 int offset = *(u32 *)(end_of_rom - 3); in file_cbfs_load_header()
230 ret = load_header(priv, end_of_rom + offset + 1); in file_cbfs_load_header()
233 priv->start = (void *)(end_of_rom + 1 - priv->header.rom_size); in file_cbfs_load_header()
257 static int cbfs_init(struct cbfs_priv *priv, ulong end_of_rom) in cbfs_init() argument
261 ret = file_cbfs_load_header(priv, end_of_rom); in cbfs_init()
274 int file_cbfs_init(ulong end_of_rom) in file_cbfs_init() argument
276 return cbfs_init(&cbfs_s, end_of_rom); in file_cbfs_init()
403 int file_cbfs_find_uncached(ulong end_of_rom, const char *name, in file_cbfs_find_uncached() argument
410 ret = file_cbfs_load_header(&priv, end_of_rom); in file_cbfs_find_uncached()
/u-boot/cmd/
A Dcbfs.c17 uintptr_t end_of_rom = 0xffffffff; in do_cbfs_init() local
25 end_of_rom = simple_strtoul(argv[1], &ep, 16); in do_cbfs_init()
31 if (file_cbfs_init(end_of_rom)) { in do_cbfs_init()
/u-boot/include/
A Dcbfs.h104 int file_cbfs_init(ulong end_of_rom);
173 int file_cbfs_find_uncached(ulong end_of_rom, const char *name,

Completed in 4 milliseconds