| /OK3568_Linux_fs/u-boot/board/xes/common/ |
| H A D | board.c | 54 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 D | nvedit.su | |
| /OK3568_Linux_fs/u-boot/board/micronas/vct/ |
| H A D | vct.c | 75 int i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
|
| /OK3568_Linux_fs/u-boot/drivers/net/fm/ |
| H A D | b4860.c | 100 env_get_f("hwconfig", buffer, sizeof(buffer)); in fman_port_enet_if()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | nvedit.su | |
| H A D | nvedit.c | 1030 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 D | mtdparts.c | 1544 if (env_get_f("mtdparts", buf, MTDPARTS_MAXLEN) != -1)
|
| /OK3568_Linux_fs/u-boot/board/liebherr/mccmon6/ |
| H A D | mccmon6.c | 470 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 D | cpu_init.c | 259 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 D | fsl_corenet_serdes.c | 517 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in fsl_serdes_init()
|
| H A D | fdt.c | 95 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in ft_fixup_cpu()
|
| /OK3568_Linux_fs/u-boot/board/esd/meesc/ |
| H A D | meesc.c | 184 if (env_get_f("serial#", str, sizeof(str)) > 0) { in checkboard()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/ |
| H A D | mpc837xerdb.c | 176 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in board_mmc_init()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | options.c | 758 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 D | fsl_ddr_gen4.c | 472 if (env_get_f("ddr_bist", buffer, CONFIG_SYS_CBSIZE) >= 0) { in fsl_ddr_set_memctl_regs()
|
| H A D | interactive.c | 1864 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 D | socrates.c | 41 int i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtd_uboot.c | 147 else if (env_get_f("mtdparts", tmp_parts, sizeof(tmp_parts)) != -1) in get_mtdparts()
|
| H A D | cfi_flash.c | 2377 env_get_f("unlock", s, sizeof(s)); in flash_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | common.h | 294 int env_get_f(const char *name, char *buf, unsigned len);
|
| /OK3568_Linux_fs/u-boot/post/ |
| H A D | post.c | 179 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 D | b4860qds.c | 545 env_get_f("hwconfig", buffer, sizeof(buffer)); in configure_vsc3316_3308()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | README | 3254 created; also, when using EEPROM you will have to use env_get_f()
|