Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/xes/common/
Dboard.c54 i = env_get_f("board_rev", buf, sizeof(buf)); in checkboard()
57 i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
60 i = env_get_f("board_cfg", buf, sizeof(buf)); in checkboard()
/third_party/uboot/u-boot-2020.01/include/
Denv.h136 int env_get_f(const char *name, char *buf, unsigned int len);
/third_party/uboot/u-boot-2020.01/drivers/net/fm/
Db4860.c100 env_get_f("hwconfig", buffer, sizeof(buffer)); in fman_port_enet_if()
/third_party/uboot/u-boot-2020.01/board/esd/meesc/
Dmeesc.c186 if (env_get_f("serial#", str, sizeof(str)) > 0) { in checkboard()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/
Dcpu_init.c259 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in enable_tdm_law()
283 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in enable_cpc()
757 n = env_get_f("hwconfig", buffer, sizeof(buffer)); in cpu_init_r()
Dfsl_corenet_serdes.c518 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in fsl_serdes_init()
Dfdt.c96 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in ft_fixup_cpu()
/third_party/uboot/u-boot-2020.01/board/liebherr/mccmon6/
Dspl.c367 ret = env_get_f("boot_os", s, sizeof(s)); in spl_start_uboot()
381 ret = env_get_f("recovery_status", s, sizeof(s)); in spl_start_uboot()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc837xerdb/
Dmpc837xerdb.c176 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in board_mmc_init()
/third_party/uboot/u-boot-2020.01/board/socrates/
Dsocrates.c41 int i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
/third_party/uboot/u-boot-2020.01/drivers/mtd/
Dmtd_uboot.c129 else if (env_get_f("mtdparts", tmp_parts, sizeof(tmp_parts)) != -1) in get_mtdparts()
Dcfi_flash.c2380 env_get_f("unlock", s, sizeof(s)); in flash_init()
/third_party/uboot/u-boot-2020.01/board/st/stm32mp1/
Dstm32mp1.c842 if (env_get_f(str, buf, MTDPARTS_LEN) != -1) in env_get_mtdparts()
954 ret = env_get_f(var_name, tmp_alt, DFU_ALT_BUF_LEN); in board_get_alt_info()
/third_party/uboot/u-boot-2020.01/drivers/ddr/fsl/
Doptions.c763 if (env_get_f("hwconfig", buf, sizeof(buf)) < 0) in populate_memctl_options()
1410 if (env_get_f("hwconfig", buf, sizeof(buf)) < 0) in fsl_use_spd()
Dfsl_ddr_gen4.c512 if (env_get_f("ddr_bist", buffer, CONFIG_SYS_CBSIZE) >= 0) { in fsl_ddr_set_memctl_regs()
Dinteractive.c1879 if (env_get_f("ddr_interactive", buffer, CONFIG_SYS_CBSIZE) >= 0) in fsl_ddr_interactive_env_var_exists()
1909 if (env_get_f("ddr_interactive", buffer2, in fsl_ddr_interactive()
/third_party/uboot/u-boot-2020.01/post/
Dpost.c180 if (env_get_f(var[i], list, sizeof(list)) <= 0) in post_get_env_flags()
/third_party/uboot/u-boot-2020.01/cmd/
Dnvedit.c679 if (env_get_f(name, (char *)(gd->env_buf), sizeof(gd->env_buf)) > 0) in env_get()
705 int env_get_f(const char *name, char *buf, unsigned len) in env_get_f() function
Dmtdparts.c1541 if (env_get_f("mtdparts", buf, MTDPARTS_MAXLEN) != -1)
/third_party/uboot/u-boot-2020.01/board/freescale/b4860qds/
Db4860qds.c547 env_get_f("hwconfig", buffer, sizeof(buffer)); in configure_vsc3316_3308()
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/fsl-layerscape/
Dcpu.c1076 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in config_core_prefetch()
/third_party/uboot/u-boot-2020.01/
DREADME2788 created; also, when using EEPROM you will have to use env_get_f()