Searched refs:env_set_ulong (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/board/warp7/ |
H A D | warp7.c | 156 env_set_ulong(HAB_ENABLED_ENVNAME, imx_hab_is_enabled()); in board_late_init() 158 env_set_ulong(HAB_ENABLED_ENVNAME, 0); in board_late_init()
|
/openbmc/u-boot/board/BuR/brppt1/ |
H A D | board.c | 182 env_set_ulong("b_mode", bmode); in board_late_init() 185 env_set_ulong("bootlimit", 0); in board_late_init()
|
/openbmc/u-boot/drivers/bootcount/ |
H A D | bootcount_env.c | 15 env_set_ulong("bootcount", a); in bootcount_store()
|
/openbmc/u-boot/arch/arm/mach-uniphier/ |
H A D | mmc-first-dev.c | 37 env_set_ulong("mmc_first_dev", dev); in do_mmcsetn()
|
/openbmc/u-boot/board/engicam/common/ |
H A D | board.c | 24 env_set_ulong("mmcdev", dev_no); in mmc_late_init()
|
/openbmc/u-boot/include/ |
H A D | bootcount.h | 125 env_set_ulong("bootcount", bootcount); in bootcount_inc()
|
H A D | common.h | 227 int env_set_ulong(const char *varname, ulong value);
|
/openbmc/u-boot/board/imgtec/ci20/ |
H A D | ci20.c | 184 env_set_ulong("serial#", otp.serial_number); in misc_init_r() 185 env_set_ulong("board_date", otp.date); in misc_init_r()
|
/openbmc/u-boot/board/grinn/liteboard/ |
H A D | board.c | 148 env_set_ulong("mmcdev", dev_no); in board_late_mmc_init()
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | hsdk.c | 856 if (env_set_ulong("cpu_freq", rate)) in do_hsdk_clock_get() 862 if (env_set_ulong("tun_freq", rate)) in do_hsdk_clock_get() 868 if (env_set_ulong("axi_freq", rate)) in do_hsdk_clock_get()
|
/openbmc/u-boot/cmd/ |
H A D | tpm-common.c | 230 if (env_set_ulong(*vars, value)) in type_string_write_vars()
|
H A D | fdt.c | 407 env_set_ulong(var, curIndex + 1); in do_fdt()
|
H A D | nvedit.c | 316 int env_set_ulong(const char *varname, ulong value) in env_set_ulong() function
|
H A D | mtdparts.c | 244 env_set_ulong("mtddevnum", mtddevnum); in index_partitions()
|
/openbmc/u-boot/drivers/scsi/ |
H A D | scsi.c | 683 env_set_ulong("scsidevs", scsi_max_devs); in scsi_scan()
|