/external/u-boot/cmd/ |
D | trace.c | 48 env_set_hex("profbase", map_to_sysmem(buff)); in create_func_list() 49 env_set_hex("profsize", buff_size); in create_func_list() 50 env_set_hex("profoffset", buff_ptr + used); in create_func_list() 73 env_set_hex("profbase", map_to_sysmem(buff)); in create_call_list() 74 env_set_hex("profsize", buff_size); in create_call_list() 75 env_set_hex("profoffset", buff_ptr + used); in create_call_list()
|
D | ximg.c | 253 env_set_hex("fileaddr", data); in do_imgextract() 254 env_set_hex("filesize", len); in do_imgextract()
|
D | zip.c | 32 env_set_hex("filesize", dst_len); in do_zip()
|
D | setexpr.c | 316 env_set_hex(argv[1], a); in do_setexpr() 372 env_set_hex(argv[1], value); in do_setexpr()
|
D | lzmadec.c | 44 env_set_hex("filesize", src_len); in do_lzmadec()
|
D | unzip.c | 31 env_set_hex("filesize", src_len); in do_unzip()
|
D | load.c | 184 env_set_hex("filesize", size); in load_serial() 531 env_set_hex("filesize", size); in load_serial_bin() 1002 env_set_hex("filesize", size); in load_serial_ymodem()
|
D | spl.c | 122 env_set_hex("fdtargslen", fdt_totalsize(images.ft_addr)); in spl_export()
|
D | cbfs.c | 82 env_set_hex("filesize", size); in do_cbfs_fsload()
|
D | zfs.c | 117 env_set_hex("filesize", zfile.size); in do_zfs_load()
|
D | reiser.c | 159 env_set_hex("filesize", filelen); in do_reiserload()
|
D | nand.c | 308 env_set_hex("nand_writesize", mtd->writesize); in nand_print_and_set_info() 309 env_set_hex("nand_oobsize", mtd->oobsize); in nand_print_and_set_info() 310 env_set_hex("nand_erasesize", mtd->erasesize); in nand_print_and_set_info()
|
D | cramfs.c | 141 env_set_hex("filesize", size); in do_cramfs_load()
|
D | nvedit.c | 320 int env_set_hex(const char *varname, ulong value) in env_set_hex() function 992 env_set_hex("filesize", len + offsetof(env_t, data)); in do_env_export()
|
D | jffs2.c | 514 env_set_hex("filesize", size); in do_jffs2_fsload()
|
/external/u-boot/arch/arm/mach-tegra/tegra186/ |
D | nvtboot_board.c | 137 err = env_set_hex(alias, address); in set_calculated_aliases() 195 err = env_set_hex(var, address); in set_calculated_env_var() 277 ret = env_set_hex("fdt_addr", nvtboot_boot_x0); in set_fdt_addr()
|
/external/u-boot/board/freescale/qemu-ppce500/ |
D | qemu-ppce500.c | 213 env_set_hex("qemu_kernel_addr", *prop); in last_stage_init() 216 env_set_hex("fdt_addr_r", (ulong)fdt); in last_stage_init()
|
/external/u-boot/include/ |
D | common.h | 231 int env_set_hex(const char *varname, ulong value); 242 return env_set_hex(varname, (ulong)addr); in env_set_addr()
|
/external/u-boot/fs/ |
D | fs.c | 515 env_set_hex("filesize", size); in do_size() 584 env_set_hex("fileaddr", addr); in do_load() 585 env_set_hex("filesize", len_read); in do_load()
|
/external/u-boot/board/xilinx/zynqmp/ |
D | cmds.c | 45 env_set_hex("zynqmp_verified_img_addr", addr); in zynqmp_verify_secure()
|
/external/u-boot/drivers/fastboot/ |
D | fb_command.c | 252 env_set_hex("filesize", image_size); in fastboot_data_complete()
|
/external/u-boot/board/raspberrypi/rpi/ |
D | rpi.c | 310 env_set_hex("fdt_addr", fw_dtb_pointer); in set_fdt_addr()
|
/external/u-boot/common/ |
D | bootm.c | 670 env_set_hex("initrd_start", images->initrd_start); in do_bootm_states() 671 env_set_hex("initrd_end", images->initrd_end); in do_bootm_states()
|
D | bootm_os.c | 26 env_set_hex("filesize", images->os.image_len); in do_bootm_standalone()
|
/external/u-boot/net/ |
D | net.c | 641 env_set_hex("filesize", net_boot_file_size); in net_loop() 642 env_set_hex("fileaddr", load_addr); in net_loop()
|