Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dlibfdt_env.h28 #define strtoul(cp, endp, base) simple_strtoul(cp, endp, base) macro
/rk3399_rockchip-uboot/tools/
H A Dkwbimage.c1356 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 Ddumpimage.c88 params.pflag = strtoul(optarg, &ptr, 10); in main()
H A Dublimage.c54 value = strtoul(token, &endptr, 16); in get_cfg_value()
H A Daisimage.c88 value = strtoul(token, &endptr, 16); in get_cfg_value()
H A Dimximage.c103 value = strtoul(token, &endptr, 16); in get_cfg_value()
H A Dmxsimage.c517 id = strtoul(tok, &endptr, 16); in sb_token_to_long()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dloaderimage.c185 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 Dbmp2gray16.c477 screen_w = strtoul(argv[0], NULL, 10); in main()
480 screen_h = strtoul(argv[0], NULL, 10); in main()
H A Dtrust_merger.c201 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 Dboot_merger.c1039 g_merge_max_size = strtoul(argv[++i], NULL, 10); in main()
/rk3399_rockchip-uboot/test/rockchip/
H A Dtest-misc.c201 chn = argc < 2 ? 0 : strtoul(argv[1], NULL, 10); in do_test_adc()
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_overlay.c472 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()
/rk3399_rockchip-uboot/common/
H A Dlrz.c630 hh = strtoul (optarg, &nex, 10); in zmodem_rx()
636 mm = strtoul (optarg, &nex, 10); in zmodem_rx()
H A Dcli_hush.c842 new_umask=strtoul(arg, &end, 8); in builtin_umask()
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c236 ul = strtoul(tmp, NULL, 16); in parse_aes_key()