Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c40 ulong fbase = 0; in flash_init() local
42 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()
/openbmc/openbmc/poky/meta/recipes-core/psplash/
H A Dpsplash_git.bb31 fbase = os.path.splitext(flocal)[0]
34 if fbase.startswith("psplash-"):
35 outsuffix = fbase[8:]
37 outsuffix = fbase
93 fbase = os.path.splitext(localfile)[0]
94 shutil.copyfile(os.path.join(workdir, "%s-img.h" % fbase), destfile)
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c1458 static const int fbase[] = { variable
2358 freq = fbase[(cmd.response[0] & 0x7)]; in mmc_startup()