| /openbmc/u-boot/cmd/ |
| H A D | unzip.c | 65 startoffs = simple_strtoull(argv[6], NULL, 16); in do_gzwrite() 67 szexpected = simple_strtoull(argv[7], in do_gzwrite()
|
| H A D | fdt.c | 570 addr = simple_strtoull(argv[2], NULL, 16); in do_fdt() 571 size = simple_strtoull(argv[3], NULL, 16); in do_fdt() 603 addr = simple_strtoull(argv[3], NULL, 16); in do_fdt() 604 size = simple_strtoull(argv[4], NULL, 16); in do_fdt()
|
| H A D | mem.c | 135 writeval = simple_strtoull(argv[2], NULL, 16); in do_mem_mw() 499 data = simple_strtoull(argv[3], NULL, 16); in do_mem_loopw() 1027 i = simple_strtoull(console_buffer, &endp, 16); in mod_mem()
|
| H A D | ubi.c | 531 id = simple_strtoull(argv[5], NULL, 16); in do_ubi() 548 size = simple_strtoull(argv[3], NULL, 16); in do_ubi()
|
| H A D | fpga.c | 82 simple_strtoull(argv[5], in do_fpga_loads()
|
| H A D | mtdparts.c | 174 u64 ret = simple_strtoull(ptr, (char **)retptr, 0); in memsize_parse()
|
| /openbmc/u-boot/lib/ |
| H A D | strto.c | 108 unsigned long long result = simple_strtoull(cp, endp, base); in ustrtoull() 127 unsigned long long simple_strtoull(const char *cp, char **endp, in simple_strtoull() function
|
| H A D | uuid.c | 181 tmp64 = cpu_to_be64(simple_strtoull(uuid_str + 24, NULL, 16)); in uuid_str_to_bin()
|
| H A D | vsprintf.c | 862 *num = simple_strtoull(p, &endptr, 16); in str2off()
|
| /openbmc/u-boot/board/xilinx/zynqmp/ |
| H A D | cmds.c | 27 src_addr = simple_strtoull(argv[2], NULL, 16); in do_zynqmp_verify_secure() 31 key_ptr = (uint8_t *)(uintptr_t)simple_strtoull(argv[4], in do_zynqmp_verify_secure()
|
| /openbmc/u-boot/include/ |
| H A D | vsprintf.h | 41 unsigned long long simple_strtoull(const char *cp, char **endp,
|
| /openbmc/u-boot/arch/arm/mach-omap2/ |
| H A D | utils.c | 192 serial = simple_strtoull(serial_string, NULL, 16); in omap_die_id_get_board_serial()
|
| /openbmc/u-boot/board/theobroma-systems/puma_rk3399/ |
| H A D | puma-rk3399.c | 291 serial = simple_strtoull(serial_string, NULL, 16); in get_board_serial()
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | mp.c | 271 boot_addr = simple_strtoull(argv[0], NULL, 16); in cpu_release()
|
| /openbmc/u-boot/drivers/net/fsl-mc/ |
| H A D | mc.c | 1562 mc_fw_addr = simple_strtoull(argv[3], NULL, 16); in do_fsl_mc() 1563 mc_dpc_addr = simple_strtoull(argv[4], NULL, in do_fsl_mc() 1580 aiop_fw_addr = simple_strtoull(argv[3], NULL, in do_fsl_mc() 1610 mc_dpl_addr = simple_strtoull(argv[3], NULL, in do_fsl_mc()
|
| /openbmc/u-boot/arch/arm/mach-zynqmp/ |
| H A D | mp.c | 226 u64 boot_addr = simple_strtoull(argv[0], NULL, 16); in cpu_release()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch | 107 + tmp64 = cpu_to_le64(simple_strtoull(uuid_str + 24, NULL, 16));
|
| /openbmc/u-boot/common/ |
| H A D | image.c | 489 tmp = (phys_size_t)simple_strtoull(s, NULL, 16); in env_get_bootm_size() 503 tmp = (phys_size_t)simple_strtoull(s, NULL, 16); in env_get_bootm_size() 515 tmp = (phys_size_t)simple_strtoull(s, NULL, 16); in env_get_bootm_mapsize()
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | mp.c | 158 boot_addr = simple_strtoull(argv[0], NULL, 16); in cpu_release()
|
| /openbmc/u-boot/board/sunxi/ |
| H A D | board.c | 730 serial = simple_strtoull(serial_string, NULL, 16); in get_board_serial()
|
| /openbmc/u-boot/drivers/net/phy/ |
| H A D | b53.c | 702 value64 = simple_strtoull(argv[4], NULL, 16); in do_b53_reg_write()
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | build.c | 1429 tmp = simple_strtoull(s, NULL, base); in kstrtoint()
|
| /openbmc/u-boot/drivers/ddr/fsl/ |
| H A D | interactive.c | 88 value_l = simple_strtoull(val, NULL, 0); in handle_option_table()
|