/external/u-boot/cmd/ |
zip.c | 17 dst_len = simple_strtoul(argv[4], NULL, 16); 20 src = simple_strtoul(argv[1], NULL, 16); 21 src_len = simple_strtoul(argv[2], NULL, 16); 22 dst = simple_strtoul(argv[3], NULL, 16);
|
smccc.c | 30 fid = simple_strtoul(argv[1], NULL, 16); 32 a1 = argc > 2 ? simple_strtoul(argv[2], NULL, 16) : 0; 33 a2 = argc > 3 ? simple_strtoul(argv[3], NULL, 16) : 0; 34 a3 = argc > 4 ? simple_strtoul(argv[4], NULL, 16) : 0; 35 a4 = argc > 5 ? simple_strtoul(argv[5], NULL, 16) : 0; 36 a5 = argc > 6 ? simple_strtoul(argv[6], NULL, 16) : 0; 37 a6 = argc > 7 ? simple_strtoul(argv[7], NULL, 16) : 0; 38 a7 = argc > 8 ? simple_strtoul(argv[8], NULL, 16) : 0;
|
blk_common.c | 42 int dev = (int)simple_strtoul(argv[2], NULL, 10); 52 int dev = (int)simple_strtoul(argv[2], NULL, 10); 65 ulong addr = simple_strtoul(argv[2], NULL, 16); 66 lbaint_t blk = simple_strtoul(argv[3], NULL, 16); 67 ulong cnt = simple_strtoul(argv[4], NULL, 16); 80 ulong addr = simple_strtoul(argv[2], NULL, 16); 81 lbaint_t blk = simple_strtoul(argv[3], NULL, 16); 82 ulong cnt = simple_strtoul(argv[4], NULL, 16);
|
unzip.c | 17 dst_len = simple_strtoul(argv[3], NULL, 16); 20 src = simple_strtoul(argv[1], NULL, 16); 21 dst = simple_strtoul(argv[2], NULL, 16); 59 addr = (unsigned char *)simple_strtoul(argv[3], NULL, 16); 60 length = simple_strtoul(argv[4], NULL, 16); 63 writebuf = simple_strtoul(argv[5], NULL, 16);
|
aes.c | 44 key_addr = simple_strtoul(argv[2], NULL, 16); 45 iv_addr = simple_strtoul(argv[3], NULL, 16); 46 src_addr = simple_strtoul(argv[4], NULL, 16); 47 dst_addr = simple_strtoul(argv[5], NULL, 16); 48 len = simple_strtoul(argv[6], NULL, 16);
|
read.c | 33 dev = (int)simple_strtoul(argv[2], &ep, 16); 39 part = (int)simple_strtoul(++ep, NULL, 16); 48 addr = (void *)simple_strtoul(argv[3], NULL, 16); 49 blk = simple_strtoul(argv[4], NULL, 16); 50 cnt = simple_strtoul(argv[5], NULL, 16);
|
lzmadec.c | 27 dst_len = simple_strtoul(argv[3], NULL, 16); 30 src = simple_strtoul(argv[1], NULL, 16); 31 dst = simple_strtoul(argv[2], NULL, 16);
|
strings.c | 21 start_addr = (char *)simple_strtoul(argv[1], NULL, 16); 23 last_addr = (char *)simple_strtoul(argv[2], NULL, 16);
|
blob.c | 68 src_addr = simple_strtoul(argv[2], NULL, 16); 69 dst_addr = simple_strtoul(argv[3], NULL, 16); 70 len = simple_strtoul(argv[4], NULL, 16); 71 key_addr = simple_strtoul(argv[5], NULL, 16);
|
exit.c | 16 r = simple_strtoul(argv[1], NULL, 10);
|
fitupd.c | 23 addr = simple_strtoul(argv[1], NULL, 16);
|
mmc_spi.c | 44 cs = simple_strtoul(argv[1], &endp, 0); 51 cs = simple_strtoul(endp + 1, &endp, 0); 56 speed = simple_strtoul(argv[2], &endp, 0); 61 mode = simple_strtoul(argv[3], &endp, 16);
|
boot_android.c | 27 load_address = simple_strtoul(argv[4], &addr_arg_endp, 16); 33 load_address = simple_strtoul(addr_str, NULL, 16);
|
dfu.c | 38 addr = simple_strtoul(argv[4], NULL, 0); 54 int controller_index = simple_strtoul(usb_controller, NULL, 0);
|
load_android.c | 25 load_address = simple_strtoul(argv[3], &addr_arg_endp, 16); 31 load_address = simple_strtoul(addr_str, NULL, 16);
|
rockusb.c | 25 controller_index = simple_strtoul(usb_controller, NULL, 0); 33 dev_index = simple_strtoul(devnum, NULL, 0);
|
iotrace.c | 63 addr = simple_strtoul(*argv++, NULL, 16); 64 size = simple_strtoul(*argv++, NULL, 16); 79 addr = simple_strtoul(*argv++, NULL, 16); 80 size = simple_strtoul(*argv++, NULL, 16);
|
/external/u-boot/arch/sh/lib/ |
zimageboot.c | 36 zboot_entry = (ulong (*)(int, char * const []))simple_strtoul(s0, NULL, 16); 40 param = (unsigned char*)simple_strtoul(s1, NULL, 16);
|
/external/u-boot/arch/arm/mach-keystone/ |
cmd_mon.c | 28 addr = simple_strtoul(argv[1], NULL, 16); 43 ecrypt_bm_addr = simple_strtoul(argv[2], NULL, 16); 79 core_id = simple_strtoul(argv[1], NULL, 16); 80 on = simple_strtoul(argv[2], NULL, 16);
|
cmd_clock.c | 45 cmd_pll_data.pll_m = simple_strtoul(argv[2], NULL, 10); 46 cmd_pll_data.pll_d = simple_strtoul(argv[3], NULL, 10); 47 cmd_pll_data.pll_od = simple_strtoul(argv[4], NULL, 10); 74 clk = simple_strtoul(argv[1], NULL, 10); 103 psc_module = simple_strtoul(argv[1], NULL, 10);
|
/external/u-boot/board/cavium/thunderx/ |
atf.c | 235 buffer = (void *)simple_strtoul(argv[2], NULL, 16); 236 offset = simple_strtoul(argv[3], NULL, 10); 237 size = simple_strtoul(argv[4], NULL, 10); 241 buffer = (void *)simple_strtoul(argv[2], NULL, 16); 242 offset = simple_strtoul(argv[3], NULL, 10); 243 size = simple_strtoul(argv[4], NULL, 10); 247 buffer = (void *)simple_strtoul(argv[2], NULL, 16); 248 offset = simple_strtoul(argv[3], NULL, 10); 249 size = simple_strtoul(argv[4], NULL, 10); 253 buffer = (void *)simple_strtoul(argv[2], NULL, 16) [all...] |
/external/u-boot/lib/ |
strto.c | 33 unsigned long simple_strtoul(const char *cp, char **endp, function 64 val = simple_strtoul(cp, &tail, base); 80 return -simple_strtoul(cp + 1, endp, base); 82 return simple_strtoul(cp, endp, base); 87 unsigned long result = simple_strtoul(cp, endp, base); 159 return simple_strtoul(p + 1, NULL, 10);
|
/external/u-boot/common/ |
kallsyms.c | 34 sym_addr = simple_strtoul(sym, &esym, 16);
|
/external/u-boot/include/linux/ |
libfdt_env.h | 28 #define strtoul(cp, endp, base) simple_strtoul(cp, endp, base)
|
/external/u-boot/arch/arm/mach-imx/ |
cmd_dek.c | 67 src_addr = simple_strtoul(argv[1], NULL, 16); 68 dst_addr = simple_strtoul(argv[2], NULL, 16); 69 len = simple_strtoul(argv[3], NULL, 10);
|