Home
last modified time | relevance | path

Searched refs:strict_strtoul (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/u-boot/cmd/ddr_tool/memtester/
H A Dmemtester.c175 if (strict_strtoul(argv[1], 0, &arg[0]) < 0) in do_memtester()
179 if (strict_strtoul(argv[2], 0, &arg[1]) < 0) in do_memtester()
183 if (strict_strtoul(argv[3], 0, &testenable) < 0) in do_memtester()
187 if (strict_strtoul(argv[4], 0, &err_exit) < 0) in do_memtester()
191 if (strict_strtoul(argv[5], 0, &fix_bit) < 0) in do_memtester()
195 if (strict_strtoul(argv[6], 0, &fix_level) < 0) in do_memtester()
199 if (strict_strtoul(argv[7], 0, &loops) < 0) in do_memtester()
/OK3568_Linux_fs/u-boot/board/keymile/common/
H A Dcommon.c59 strict_strtoul(p, 16, &rootfssize); in set_km_env()
224 rc = strict_strtoul(p, 16, &ivmbid); in do_checkboardidhwk()
231 rc = strict_strtoul(p, 16, &ivmhwkey); in do_checkboardidhwk()
241 rc = strict_strtoul(p, 16, &envbid); in do_checkboardidhwk()
244 rc = strict_strtoul(p, 16, &envhwkey); in do_checkboardidhwk()
/OK3568_Linux_fs/u-boot/include/
H A D_exports.h38 EXPORT_FUNC(strict_strtoul, int, strict_strtoul,
H A Dexports.h28 int strict_strtoul(const char *cp, unsigned int base, unsigned long *res);
H A Dvsprintf.h41 int strict_strtoul(const char *cp, unsigned int base, unsigned long *res);
/OK3568_Linux_fs/u-boot/cmd/
H A Dethsw.c775 if (strict_strtoul(argv[*argc_nr + 1], 10, &val) != -EINVAL) { in keyword_match_port()
799 if (strict_strtoul(argv[*argc_nr + 1], 10, &val) != -EINVAL) { in keyword_match_vlan()
818 if (strict_strtoul(argv[*argc_nr + 2], 10, &val) != -EINVAL) { in keyword_match_vlan()
841 if (strict_strtoul(argv[*argc_nr + 1], 10, &val) != -EINVAL) { in keyword_match_pvid()
892 if (strict_strtoul(argv[*argc_nr + 1], 10, &val) != -EINVAL) { in keyword_match_aggr()
H A Dmem.c880 if (strict_strtoul(argv[1], 16, &start) < 0) in do_mem_mtest()
884 if (strict_strtoul(argv[2], 16, &end) < 0) in do_mem_mtest()
888 if (strict_strtoul(argv[3], 16, &pattern) < 0) in do_mem_mtest()
892 if (strict_strtoul(argv[4], 16, &iteration_limit) < 0) in do_mem_mtest()
H A Dpxe.c254 if (strict_strtoul(tftp_filesize, 16, &config_file_size) < 0) in get_pxe_file()
385 err = strict_strtoul(pxefile_addr_str, 16, in do_pxe_get()
434 if (strict_strtoul(envaddr, 16, &file_addr) < 0) in get_relfile_envaddr()
1586 if (strict_strtoul(pxefile_addr_str, 16, &pxefile_addr_r) < 0) { in do_pxe_boot()
1693 if (strict_strtoul(pxefile_addr_str, 16, &pxefile_addr_r) < 0) { in do_sysboot()
H A Dnet.c328 if (strict_strtoul(argv[1], 16, &save_addr) < 0 || in netboot_common()
329 strict_strtoul(argv[2], 16, &save_size) < 0) { in netboot_common()
H A Delf.c165 if (argc >= 1 && strict_strtoul(argv[0], 16, &addr) != -EINVAL) { in do_bootelf()
H A Dcros_ec.c291 strict_strtoul(buf, 16, &result); in do_cros_ec()
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dvid.c381 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd()
565 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd()
669 if (!strict_strtoul(argv[1], 10, &override)) in do_vdd_override()
/OK3568_Linux_fs/u-boot/spl/lib/
H A Dstrto.su
/OK3568_Linux_fs/u-boot/lib/
H A Dstrto.su
H A Dstrto.c53 int strict_strtoul(const char *cp, unsigned int base, unsigned long *res) in strict_strtoul() function
/OK3568_Linux_fs/u-boot/cmd/ddr_tool/stressapptest/
H A Dstressapptest.c1161 if (strict_strtoul(argv[1], 0, &test_time_sec) < 0) in do_stressapptest()
1167 if (strict_strtoul(argv[2], 0, &sat.total_test_size_mb) < 0) in do_stressapptest()
1173 if (strict_strtoul(argv[3], 0, &sat.total_start_addr) < 0) in do_stressapptest()
1179 if (strict_strtoul(argv[4], 0, &page_size_kb) < 0) in do_stressapptest()
/OK3568_Linux_fs/external/dpdk/pcie/igb_uio/
H A Dcompat.h62 #define kstrtoul strict_strtoul
/OK3568_Linux_fs/u-boot/board/freescale/t4qds/
H A Dt4240qds.c270 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd()
876 if (!strict_strtoul(argv[1], 10, &override)) in do_vdd_adjust()
/OK3568_Linux_fs/u-boot/board/Synology/ds414/
H A Dcmd_syno.c108 if (strict_strtoul(csump, 10, &c) || c != csum) { in do_syno_populate()
/OK3568_Linux_fs/u-boot/drivers/ram/
H A Dstm32_sdram.c270 strict_strtoul(bank_name, 10, in stm32_fmc_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/cmd/ddr_tool/ddr_dq_eye/
H A Dddr_dq_eye.c212 if (strict_strtoul(argv[1], 0, &freq_mhz) < 0) in do_ddr_dq_eye()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c439 if (strict_strtoul(s, 16, &machid) < 0) { in boot_jump_linux()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_access.c838 if (strict_strtoul(end, 10, &id) < 0) in of_alias_scan()
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dgpio-uclass.c81 if (!strict_strtoul(name + len, 10, &offset)) in dm_gpio_lookup_name()
/OK3568_Linux_fs/u-boot/board/freescale/b4860qds/
H A Db4860qds.c200 !strict_strtoul(vdd_string, 10, &vdd_string_override)) in adjust_vdd()

12