Home
last modified time | relevance | path

Searched refs:env_get_f (Results 1 – 22 of 22) sorted by relevance

/u-boot/board/xes/common/
A Dboard.c55 i = env_get_f("board_rev", buf, sizeof(buf)); in checkboard()
58 i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
61 i = env_get_f("board_cfg", buf, sizeof(buf)); in checkboard()
/u-boot/drivers/net/fm/
A Db4860.c100 env_get_f("hwconfig", buffer, sizeof(buffer)); in fman_port_enet_if()
/u-boot/include/
A Denv.h136 int env_get_f(const char *name, char *buf, unsigned int len);
/u-boot/board/socrates/
A Dsocrates.c44 int i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
/u-boot/board/esd/meesc/
A Dmeesc.c189 if (env_get_f("serial#", str, sizeof(str)) > 0) { in checkboard()
/u-boot/board/freescale/mpc837xerdb/
A Dmpc837xerdb.c186 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in board_mmc_init()
/u-boot/drivers/mtd/
A Dmtd_uboot.c133 else if (env_get_f("mtdparts", tmp_parts, sizeof(tmp_parts)) != -1) in get_mtdparts()
A Dcfi_flash.c2385 env_get_f("unlock", s, sizeof(s)); in flash_init()
/u-boot/board/liebherr/mccmon6/
A Dspl.c370 ret = env_get_f("boot_os", s, sizeof(s)); in spl_start_uboot()
384 ret = env_get_f("recovery_status", s, sizeof(s)); in spl_start_uboot()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dcpu_init.c261 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in enable_tdm_law()
285 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in enable_cpc()
759 n = env_get_f("hwconfig", buffer, sizeof(buffer)); in cpu_init_r()
A Dfsl_corenet_serdes.c520 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in fsl_serdes_init()
A Dfdt.c100 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in ft_fixup_cpu()
/u-boot/post/
A Dpost.c186 if (env_get_f(var[i], list, sizeof(list)) <= 0) in post_get_env_flags()
/u-boot/drivers/ddr/fsl/
A Doptions.c764 if (env_get_f("hwconfig", buf, sizeof(buf)) < 0) in populate_memctl_options()
1411 if (env_get_f("hwconfig", buf, sizeof(buf)) < 0) in fsl_use_spd()
A Dfsl_ddr_gen4.c566 if (env_get_f("ddr_bist", buffer, CONFIG_SYS_CBSIZE) >= 0) { in fsl_ddr_set_memctl_regs()
A Dinteractive.c1882 if (env_get_f("ddr_interactive", buffer, CONFIG_SYS_CBSIZE) >= 0) in fsl_ddr_interactive_env_var_exists()
1912 if (env_get_f("ddr_interactive", buffer2, in fsl_ddr_interactive()
/u-boot/board/aristainetos/
A Daristainetos.c513 ret = env_get_f("panel", s, sizeof(s)); in do_board_detect()
/u-boot/cmd/
A Dnvedit.c686 if (env_get_f(name, (char *)(gd->env_buf), sizeof(gd->env_buf)) > 0) in env_get()
712 int env_get_f(const char *name, char *buf, unsigned len) in env_get_f() function
A Dmtdparts.c1543 if (env_get_f("mtdparts", buf, MTDPARTS_MAXLEN) != -1)
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dcpu.c1086 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in config_core_prefetch()
/u-boot/env/
A DKconfig385 env_get_f() for accessing Environment variables.
/u-boot/
A DREADME2625 created; also, when using EEPROM you will have to use env_get_f()

Completed in 42 milliseconds