HomeSort by relevance Sort by last modified time
    Searched refs:simple_strtoull (Results 1 - 22 of 22) sorted by null

  /external/u-boot/cmd/
unzip.c 65 startoffs = simple_strtoull(argv[6], NULL, 16);
67 szexpected = simple_strtoull(argv[7],
fdt.c 533 addr = simple_strtoull(argv[2], NULL, 16);
534 size = simple_strtoull(argv[3], NULL, 16);
566 addr = simple_strtoull(argv[3], NULL, 16);
567 size = simple_strtoull(argv[4], NULL, 16);
fpga.c 95 simple_strtoull(argv[7],
ubi.c 592 id = simple_strtoull(argv[5], NULL, 16);
609 size = simple_strtoull(argv[3], NULL, 16);
mem.c 136 writeval = simple_strtoull(argv[2], NULL, 16);
501 data = simple_strtoull(argv[3], NULL, 16);
1029 i = simple_strtoull(console_buffer, &endp, 16);
mtdparts.c 174 u64 ret = simple_strtoull(ptr, (char **)retptr, 0);
    [all...]
  /external/u-boot/board/xilinx/zynqmp/
cmds.c 74 src_addr = simple_strtoull(argv[2], NULL, 16);
79 key_ptr = (uint8_t *)(uintptr_t)simple_strtoull(argv[4],
  /external/u-boot/lib/
strto.c 110 unsigned long long result = simple_strtoull(cp, endp, base);
131 unsigned long long simple_strtoull(const char *cp, char **endp, function
uuid.c 181 tmp64 = cpu_to_be64(simple_strtoull(uuid_str + 24, NULL, 16));
vsprintf.c 854 *num = simple_strtoull(p, &endptr, 16);
  /external/u-boot/include/
vsprintf.h 41 unsigned long long simple_strtoull(const char *cp, char **endp,
  /external/u-boot/arch/arm/mach-omap2/
utils.c 192 serial = simple_strtoull(serial_string, NULL, 16);
  /external/u-boot/board/theobroma-systems/puma_rk3399/
puma-rk3399.c 217 serial = simple_strtoull(serial_string, NULL, 16);
  /external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
mp.c 271 boot_addr = simple_strtoull(argv[0], NULL, 16);
  /external/u-boot/arch/arm/cpu/armv8/zynqmp/
mp.c 226 u64 boot_addr = simple_strtoull(argv[0], NULL, 16);
  /external/u-boot/drivers/net/fsl-mc/
mc.c     [all...]
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
mp.c 158 boot_addr = simple_strtoull(argv[0], NULL, 16);
  /external/u-boot/common/
image.c 486 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
500 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
512 tmp = (phys_size_t)simple_strtoull(s, NULL, 16);
    [all...]
  /external/u-boot/board/sunxi/
board.c 641 serial = simple_strtoull(serial_string, NULL, 16);
  /external/u-boot/drivers/net/phy/
b53.c 702 value64 = simple_strtoull(argv[4], NULL, 16);
  /external/u-boot/drivers/mtd/ubi/
build.c     [all...]
  /external/u-boot/drivers/ddr/fsl/
interactive.c 88 value_l = simple_strtoull(val, NULL, 0);
    [all...]

Completed in 1111 milliseconds