| /rk3399_rockchip-uboot/include/linux/ |
| H A D | libfdt_env.h | 28 #define strtoul(cp, endp, base) simple_strtoul(cp, endp, base) macro
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | kwbimage.c | 1356 el->nandblksz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1359 el->nandbadblklocation = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1371 el->nandpagesz = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1382 el->binary.args[argi] = strtoul(value, NULL, 16); in image_create_config_parse_oneline() 1401 el->regdata.raddr = strtoul(value1, NULL, 16); in image_create_config_parse_oneline() 1402 el->regdata.rdata = strtoul(value2, NULL, 16); in image_create_config_parse_oneline() 1405 el->baudrate = strtoul(value1, NULL, 10); in image_create_config_parse_oneline() 1408 el->debug = strtoul(value1, NULL, 10); in image_create_config_parse_oneline() 1420 el->jtag_delay = strtoul(value1, NULL, 0); in image_create_config_parse_oneline() 1423 el->boxid = strtoul(value1, NULL, 0); in image_create_config_parse_oneline() [all …]
|
| H A D | dumpimage.c | 88 params.pflag = strtoul(optarg, &ptr, 10); in main()
|
| H A D | ublimage.c | 54 value = strtoul(token, &endptr, 16); in get_cfg_value()
|
| H A D | aisimage.c | 88 value = strtoul(token, &endptr, 16); in get_cfg_value()
|
| H A D | imximage.c | 103 value = strtoul(token, &endptr, 16); in get_cfg_value()
|
| H A D | mxsimage.c | 517 id = strtoul(tok, &endptr, 16); in sb_token_to_long()
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | loaderimage.c | 185 in_size = strtoul(argv[++i], NULL, 10); in main() 198 in_num = strtoul(argv[++i], NULL, 10); in main() 200 curr_version = strtoul(argv[++i], NULL, 10); in main()
|
| H A D | bmp2gray16.c | 477 screen_w = strtoul(argv[0], NULL, 10); in main() 480 screen_h = strtoul(argv[0], NULL, 10); in main()
|
| H A D | trust_merger.c | 201 pbl3x->addr = strtoul(buf, NULL, 16); in parseBL3x() 903 g_trust_max_size = strtoul(argv[++i], NULL, 10); in main() 917 g_trust_max_num = strtoul(argv[++i], NULL, 10); in main()
|
| H A D | boot_merger.c | 1039 g_merge_max_size = strtoul(argv[++i], NULL, 10); in main()
|
| /rk3399_rockchip-uboot/test/rockchip/ |
| H A D | test-misc.c | 201 chn = argc < 2 ? 0 : strtoul(argv[1], NULL, 10); in do_test_adc()
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_overlay.c | 472 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | lrz.c | 630 hh = strtoul (optarg, &nex, 10); in zmodem_rx() 636 mm = strtoul (optarg, &nex, 10); in zmodem_rx()
|
| H A D | cli_hush.c | 842 new_umask=strtoul(arg, &end, 8); in builtin_umask()
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 236 ul = strtoul(tmp, NULL, 16); in parse_aes_key()
|