Home
last modified time | relevance | path

Searched defs:end_of_rom (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/cbfs/
Dcbfs.c166 static int file_cbfs_load_header(uintptr_t end_of_rom, in file_cbfs_load_header()
183 void file_cbfs_init(uintptr_t end_of_rom) in file_cbfs_init()
256 const struct cbfs_cachenode *file_cbfs_find_uncached(uintptr_t end_of_rom, in file_cbfs_find_uncached()
/external/u-boot/cmd/
Dcbfs.c16 uintptr_t end_of_rom = 0xffffffff; in do_cbfs_init() local