Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/board/xes/common/
H A 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()
/OK3568_Linux_fs/u-boot/spl/cmd/
H A Dnvedit.su
/OK3568_Linux_fs/u-boot/board/micronas/vct/
H A Dvct.c75 int i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Db4860.c100 env_get_f("hwconfig", buffer, sizeof(buffer)); in fman_port_enet_if()
/OK3568_Linux_fs/u-boot/cmd/
H A Dnvedit.su
H A Dnvedit.c1030 if (env_get_f(name, (char *)(gd->env_buf), sizeof(gd->env_buf)) > 0) in env_get()
1039 int env_get_f(const char *name, char *buf, unsigned len) in env_get_f() function
H A Dmtdparts.c1544 if (env_get_f("mtdparts", buf, MTDPARTS_MAXLEN) != -1)
/OK3568_Linux_fs/u-boot/board/liebherr/mccmon6/
H A Dmccmon6.c470 ret = env_get_f("boot_os", s, sizeof(s)); in spl_start_uboot()
484 ret = env_get_f("recovery_status", s, sizeof(s)); in spl_start_uboot()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A 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()
H A Dfsl_corenet_serdes.c517 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in fsl_serdes_init()
H A Dfdt.c95 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in ft_fixup_cpu()
/OK3568_Linux_fs/u-boot/board/esd/meesc/
H A Dmeesc.c184 if (env_get_f("serial#", str, sizeof(str)) > 0) { in checkboard()
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c176 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in board_mmc_init()
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Doptions.c758 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in populate_memctl_options()
1402 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in fsl_use_spd()
H A Dfsl_ddr_gen4.c472 if (env_get_f("ddr_bist", buffer, CONFIG_SYS_CBSIZE) >= 0) { in fsl_ddr_set_memctl_regs()
H A Dinteractive.c1864 if (env_get_f("ddr_interactive", buffer, CONFIG_SYS_CBSIZE) >= 0) in fsl_ddr_interactive_env_var_exists()
1894 if (env_get_f("ddr_interactive", buffer2, in fsl_ddr_interactive()
/OK3568_Linux_fs/u-boot/board/socrates/
H A Dsocrates.c41 int i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtd_uboot.c147 else if (env_get_f("mtdparts", tmp_parts, sizeof(tmp_parts)) != -1) in get_mtdparts()
H A Dcfi_flash.c2377 env_get_f("unlock", s, sizeof(s)); in flash_init()
/OK3568_Linux_fs/u-boot/include/
H A Dcommon.h294 int env_get_f(const char *name, char *buf, unsigned len);
/OK3568_Linux_fs/u-boot/post/
H A Dpost.c179 if (env_get_f(var[i], list, sizeof(list)) <= 0) in post_get_env_flags()
/OK3568_Linux_fs/u-boot/board/freescale/b4860qds/
H A Db4860qds.c545 env_get_f("hwconfig", buffer, sizeof(buffer)); in configure_vsc3316_3308()
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A DREADME3254 created; also, when using EEPROM you will have to use env_get_f()

12