/external/u-boot/cmd/ |
D | test.c | 116 expr = simple_strtol(ap[0], NULL, 10) == in do_test() 117 simple_strtol(ap[2], NULL, 10); in do_test() 120 expr = simple_strtol(ap[0], NULL, 10) != in do_test() 121 simple_strtol(ap[2], NULL, 10); in do_test() 124 expr = simple_strtol(ap[0], NULL, 10) < in do_test() 125 simple_strtol(ap[2], NULL, 10); in do_test() 128 expr = simple_strtol(ap[0], NULL, 10) <= in do_test() 129 simple_strtol(ap[2], NULL, 10); in do_test() 132 expr = simple_strtol(ap[0], NULL, 10) > in do_test() 133 simple_strtol(ap[2], NULL, 10); in do_test() [all …]
|
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()
|
D | wol.c | 22 wol_set_timeout(simple_strtol(argv[1], NULL, 10) * 1000); in do_wol()
|
D | mdio.c | 28 *plo = simple_strtol(input, &end, 16); in extract_range() 33 *phi = simple_strtol(end, NULL, 16); in extract_range()
|
D | adc.c | 76 ret = adc_channel_single_shot(argv[1], simple_strtol(argv[2], NULL, 0), in do_adc_single()
|
D | log.c | 18 gd->default_log_level = simple_strtol(argv[1], NULL, 10); in do_log_level()
|
D | load.c | 60 offset = simple_strtol(argv[1], NULL, 16); in do_load_serial() 83 offset = simple_strtol(argv[1], NULL, 16); in do_load_serial()
|
D | net.c | 360 net_ntp_time_offset = simple_strtol(toff, NULL, 10); in do_sntp()
|
/external/u-boot/board/ti/ks2_evm/ |
D | board.c | 78 res = simple_strtol(env, NULL, 0); in get_eth_env_param() 154 lpae = env && simple_strtol(env, NULL, 0); in ft_board_setup() 156 unitrd_fixup = env && simple_strtol(env, NULL, 0); in ft_board_setup() 254 lpae = env && simple_strtol(env, NULL, 0); in ft_board_setup_ex()
|
/external/u-boot/common/ |
D | splash.c | 71 *x = simple_strtol(s, NULL, 0); in splash_get_pos() 78 *y = simple_strtol(s + 1, NULL, 0); in splash_get_pos()
|
D | bootretry.c | 28 retry_time = (int)simple_strtol(s, NULL, 10); in bootretry_init_cmd_timeout()
|
D | autoboot.c | 298 bootdelay = s ? (int)simple_strtol(s, NULL, 10) : CONFIG_BOOTDELAY; in bootdelay_process()
|
/external/u-boot/board/compulab/common/ |
D | eeprom.c | 238 int num = simple_strtol(tok, &endptr, 0); in eeprom_field_update_bin_ver() 246 int remainder = simple_strtol(tok, &endptr, 0); in eeprom_field_update_bin_ver() 356 unsigned char day = (unsigned char)simple_strtol(tok1, &endptr, 0); in eeprom_field_update_date() 367 unsigned int year = simple_strtol(tok3, &endptr, 0); in eeprom_field_update_date()
|
/external/u-boot/include/ |
D | _exports.h | 40 EXPORT_FUNC(simple_strtol, long, simple_strtol,
|
D | exports.h | 32 long simple_strtol(const char *cp, char **endp, unsigned int base);
|
D | vsprintf.h | 43 long simple_strtol(const char *cp, char **endp, unsigned int base);
|
/external/u-boot/net/ |
D | tftp.c | 711 tftp_block_size_option = simple_strtol(ep, NULL, 10); in tftp_start() 715 timeout_ms = simple_strtol(ep, NULL, 10); in tftp_start() 725 tftp_timeout_count_max = simple_strtol(ep, NULL, 10); in tftp_start() 829 tftp_remote_port = simple_strtol(ep, NULL, 10); in tftp_start() 832 tftp_our_port = simple_strtol(ep, NULL, 10); in tftp_start()
|
/external/u-boot/board/work-microwave/work_92105/ |
D | work_92105_display.c | 327 hd44780_instruction(simple_strtol(argv[2], NULL, 0)); in do_hd44780() 329 hd44780_write_char(simple_strtol(argv[2], NULL, 0)); in do_hd44780()
|
/external/u-boot/arch/arm/mach-keystone/ |
D | keystone.c | 51 ks2_debug = simple_strtol(env, NULL, 0); in misc_init_r()
|
/external/u-boot/arch/sh/lib/ |
D | bootm.c | 47 val = simple_strtol(p, NULL, base); in sh_check_cmd_arg()
|
/external/u-boot/lib/ |
D | strto.c | 77 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() function
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | eeprom.c | 210 if (simple_strtol(argv[2], NULL, 10)) { in do_econfig()
|
/external/u-boot/cmd/ti/ |
D | ddr3.c | 169 ecc_test = simple_strtol(env, NULL, 0); in ddr_check_ecc_status()
|
/external/u-boot/board/socrates/ |
D | socrates.c | 412 rc = param ? simple_strtol(param, NULL, 10) : -1; in board_backlight_switch()
|
/external/u-boot/drivers/gpio/ |
D | sunxi_gpio.c | 112 pin = simple_strtol(name, &eptr, 10); in sunxi_name_to_gpio()
|