Home
last modified time | relevance | path

Searched refs:simple_strtoull (Results 1 – 23 of 23) sorted by relevance

/external/u-boot/cmd/
Dunzip.c65 startoffs = simple_strtoull(argv[6], NULL, 16); in do_gzwrite()
67 szexpected = simple_strtoull(argv[7], in do_gzwrite()
Dfdt.c533 addr = simple_strtoull(argv[2], NULL, 16); in do_fdt()
534 size = simple_strtoull(argv[3], NULL, 16); in do_fdt()
566 addr = simple_strtoull(argv[3], NULL, 16); in do_fdt()
567 size = simple_strtoull(argv[4], NULL, 16); in do_fdt()
Dmem.c136 writeval = simple_strtoull(argv[2], NULL, 16); in do_mem_mw()
501 data = simple_strtoull(argv[3], NULL, 16); in do_mem_loopw()
1029 i = simple_strtoull(console_buffer, &endp, 16); in mod_mem()
Dubi.c592 id = simple_strtoull(argv[5], NULL, 16); in do_ubi()
609 size = simple_strtoull(argv[3], NULL, 16); in do_ubi()
Dfpga.c95 simple_strtoull(argv[7], in do_fpga()
Dmtdparts.c174 u64 ret = simple_strtoull(ptr, (char **)retptr, 0); in memsize_parse()
/external/u-boot/board/xilinx/zynqmp/
Dcmds.c74 src_addr = simple_strtoull(argv[2], NULL, 16); in do_zynqmp()
79 key_ptr = (uint8_t *)(uintptr_t)simple_strtoull(argv[4], in do_zynqmp()
/external/u-boot/lib/
Dstrto.c110 unsigned long long result = simple_strtoull(cp, endp, base); in ustrtoull()
131 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function
Duuid.c181 tmp64 = cpu_to_be64(simple_strtoull(uuid_str + 24, NULL, 16)); in uuid_str_to_bin()
Dvsprintf.c854 *num = simple_strtoull(p, &endptr, 16); in str2off()
/external/u-boot/include/
Dvsprintf.h41 unsigned long long simple_strtoull(const char *cp, char **endp,
/external/u-boot/drivers/net/fsl-mc/
Dmc.c1502 mc_fw_addr = simple_strtoull(argv[3], NULL, 16); in do_fsl_mc()
1503 mc_dpc_addr = simple_strtoull(argv[4], NULL, in do_fsl_mc()
1520 aiop_fw_addr = simple_strtoull(argv[3], NULL, in do_fsl_mc()
1550 mc_dpl_addr = simple_strtoull(argv[3], NULL, in do_fsl_mc()
/external/u-boot/arch/arm/mach-omap2/
Dutils.c192 serial = simple_strtoull(serial_string, NULL, 16); in omap_die_id_get_board_serial()
/external/u-boot/board/theobroma-systems/puma_rk3399/
Dpuma-rk3399.c217 serial = simple_strtoull(serial_string, NULL, 16); in get_board_serial()
/external/u-boot/common/
Dimage.c486 tmp = (phys_size_t)simple_strtoull(s, NULL, 16); in env_get_bootm_size()
500 tmp = (phys_size_t)simple_strtoull(s, NULL, 16); in env_get_bootm_size()
512 tmp = (phys_size_t)simple_strtoull(s, NULL, 16); in env_get_bootm_mapsize()
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dmp.c271 boot_addr = simple_strtoull(argv[0], NULL, 16); in cpu_release()
/external/avb/contrib/linux/4.4/
D0001-ANDROID-Update-init-do_mounts_dm.c-to-the-latest-Chr.patch384 - (*target)->begin = simple_strtoull(str, &next, 10);
394 + (*target)->begin = simple_strtoull(opt.start, NULL, 10);
396 - (*target)->length = simple_strtoull(str, &next, 10);
412 + (*target)->length = simple_strtoull(opt.start, NULL, 10);
/external/u-boot/arch/arm/cpu/armv8/zynqmp/
Dmp.c226 u64 boot_addr = simple_strtoull(argv[0], NULL, 16); in cpu_release()
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dmp.c158 boot_addr = simple_strtoull(argv[0], NULL, 16); in cpu_release()
/external/u-boot/board/sunxi/
Dboard.c641 serial = simple_strtoull(serial_string, NULL, 16); in get_board_serial()
/external/u-boot/drivers/net/phy/
Db53.c702 value64 = simple_strtoull(argv[4], NULL, 16); in do_b53_reg_write()
/external/u-boot/drivers/mtd/ubi/
Dbuild.c1429 tmp = simple_strtoull(s, NULL, base); in kstrtoint()
/external/u-boot/drivers/ddr/fsl/
Dinteractive.c88 value_l = simple_strtoull(val, NULL, 0); in handle_option_table()