/u-boot/cmd/ |
A D | test.c | 118 expr = simple_strtol(ap[0], NULL, 0) == in do_test() 119 simple_strtol(ap[2], NULL, 0); in do_test() 122 expr = simple_strtol(ap[0], NULL, 0) != in do_test() 123 simple_strtol(ap[2], NULL, 0); in do_test() 126 expr = simple_strtol(ap[0], NULL, 0) < in do_test() 127 simple_strtol(ap[2], NULL, 0); in do_test() 130 expr = simple_strtol(ap[0], NULL, 0) <= in do_test() 131 simple_strtol(ap[2], NULL, 0); in do_test() 134 expr = simple_strtol(ap[0], NULL, 0) > in do_test() 135 simple_strtol(ap[2], NULL, 0); in do_test() [all …]
|
A D | yaffs2.c | 49 cmd_yaffs_tracemask(1, simple_strtol(argv[1], NULL, 16)); in do_ytrace() 79 mtd_dev = simple_strtol(argv[2], NULL, 16); in do_ydevconfig() 80 start_block = simple_strtol(argv[3], NULL, 16); in do_ydevconfig() 81 end_block = simple_strtol(argv[4], NULL, 16); in do_ydevconfig()
|
A D | wol.c | 22 wol_set_timeout(simple_strtol(argv[1], NULL, 10) * 1000); in do_wol()
|
A D | fpga.c | 27 dev = simple_strtol(devstr, NULL, 16); in do_fpga_get_device() 30 dev = simple_strtol(arg, NULL, 16); in do_fpga_get_device() 53 local_fpga_data = simple_strtol(argv[1], NULL, 16); in do_fpga_check_params()
|
A D | mdio.c | 29 *plo = simple_strtol(input, &end, 16); in extract_range() 34 *phi = simple_strtol(end, NULL, 16); in extract_range()
|
A D | adc.c | 81 ret = adc_channel_single_shot(argv[1], simple_strtol(argv[2], NULL, 0), in do_adc_single()
|
A D | bootmenu.c | 300 menu->active = (int)simple_strtol(default_str, NULL, 10); in bootmenu_create() 531 delay = (int)simple_strtol(delay_str, NULL, 10); in do_bootmenu()
|
/u-boot/board/Marvell/octeontx2/ |
A D | board-fdt.c | 60 mac_addr = simple_strtol(str, NULL, 16); in fdt_get_board_mac_addr() 76 mac_count = simple_strtol(str, NULL, 10); in fdt_get_board_mac_cnt() 78 mac_count = simple_strtol(str, NULL, 16); in fdt_get_board_mac_cnt() 86 if (simple_strtol(str, NULL, 10) >= 0) in fdt_get_board_mac_cnt() 87 mac_count = simple_strtol(str, NULL, 10); in fdt_get_board_mac_cnt()
|
/u-boot/board/ti/ks2_evm/ |
A D | board.c | 108 lpae = env && simple_strtol(env, NULL, 0); in ft_board_setup() 158 lpae = env && simple_strtol(env, NULL, 0); in ft_board_setup_ex() 160 unitrd_fixup = env && simple_strtol(env, NULL, 0); in ft_board_setup_ex()
|
/u-boot/common/ |
A D | splash.c | 103 *x = simple_strtol(s, NULL, 0); in splash_get_pos() 110 *y = simple_strtol(s + 1, NULL, 0); in splash_get_pos()
|
A D | bootretry.c | 30 retry_time = (int)simple_strtol(s, NULL, 10); in bootretry_init_cmd_timeout()
|
/u-boot/include/ |
A D | _exports.h | 40 EXPORT_FUNC(simple_strtol, long, simple_strtol,
|
A D | exports.h | 48 long simple_strtol(const char *cp, char **endp, unsigned int base);
|
A D | vsprintf.h | 43 long simple_strtol(const char *cp, char **endp, unsigned int base);
|
/u-boot/arch/arm/mach-keystone/ |
A D | keystone.c | 53 ks2_debug = simple_strtol(env, NULL, 0); in misc_init_r()
|
/u-boot/board/compulab/common/ |
A D | eeprom.c | 239 int num = simple_strtol(tok, &endptr, 0); in eeprom_field_update_bin_ver() 247 int remainder = simple_strtol(tok, &endptr, 0); in eeprom_field_update_bin_ver() 357 unsigned char day = (unsigned char)simple_strtol(tok1, &endptr, 0); in eeprom_field_update_date() 368 unsigned int year = simple_strtol(tok3, &endptr, 0); in eeprom_field_update_date()
|
/u-boot/net/ |
A D | tftp.c | 757 tftp_block_size_option = simple_strtol(ep, NULL, 10); in tftp_start() 761 tftp_window_size_option = simple_strtol(ep, NULL, 10); in tftp_start() 765 timeout_ms = simple_strtol(ep, NULL, 10); in tftp_start() 775 tftp_timeout_count_max = simple_strtol(ep, NULL, 10); in tftp_start() 872 tftp_remote_port = simple_strtol(ep, NULL, 10); in tftp_start() 875 tftp_our_port = simple_strtol(ep, NULL, 10); in tftp_start()
|
/u-boot/board/work-microwave/work_92105/ |
A D | work_92105_display.c | 332 hd44780_instruction(simple_strtol(argv[2], NULL, 0)); in do_hd44780() 334 hd44780_write_char(simple_strtol(argv[2], NULL, 0)); in do_hd44780()
|
/u-boot/board/xilinx/versal/ |
A D | cmds.c | 29 addr = simple_strtol(argv[2], NULL, 16); in do_versal_load_pdi()
|
/u-boot/arch/sh/lib/ |
A D | bootm.c | 49 val = simple_strtol(p, NULL, base); in sh_check_cmd_arg()
|
/u-boot/cmd/x86/ |
A D | hob.c | 112 seq = simple_strtol(*argv, NULL, 16); in do_hob()
|
A D | mtrr.c | 115 cpu_select = simple_strtol(cpustr, NULL, 16); in do_mtrr()
|
/u-boot/drivers/reset/ |
A D | reset-socfpga.c | 56 val = simple_strtol(env_str, NULL, 0); in socfpga_reset_keep_enabled()
|
/u-boot/arch/arm/mach-nexell/ |
A D | cmd_boot_linux.c | 45 ft_addr = simple_strtol(argv[2], NULL, 16); in boot_go_set_os()
|
/u-boot/lib/ |
A D | strto.c | 77 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() function
|