Searched refs:fbase (Results 1 – 3 of 3) sorted by relevance
40 ulong fbase = 0; in flash_init() local42 fbase = (ulong) CONFIG_SYS_FLASH_BASE; in flash_init()43 flash_get_size((FPWV *) fbase, &flash_info[0]); in flash_init()44 flash_get_offsets((ulong) fbase, &flash_info[0]); in flash_init()45 fbase += flash_info[0].size; in flash_init()
31 fbase = os.path.splitext(flocal)[0]34 if fbase.startswith("psplash-"):35 outsuffix = fbase[8:]37 outsuffix = fbase93 fbase = os.path.splitext(localfile)[0]94 shutil.copyfile(os.path.join(workdir, "%s-img.h" % fbase), destfile)
1458 static const int fbase[] = { variable2358 freq = fbase[(cmd.response[0] & 0x7)]; in mmc_startup()