| /rk3399_rockchip-uboot/cmd/ |
| H A D | test.c | 117 expr = simple_strtol(ap[0], NULL, 10) == in do_test() 118 simple_strtol(ap[2], NULL, 10); in do_test() 121 expr = simple_strtol(ap[0], NULL, 10) != in do_test() 122 simple_strtol(ap[2], NULL, 10); in do_test() 125 expr = simple_strtol(ap[0], NULL, 10) < in do_test() 126 simple_strtol(ap[2], NULL, 10); in do_test() 129 expr = simple_strtol(ap[0], NULL, 10) <= in do_test() 130 simple_strtol(ap[2], NULL, 10); in do_test() 133 expr = simple_strtol(ap[0], NULL, 10) > in do_test() 134 simple_strtol(ap[2], NULL, 10); in do_test() [all …]
|
| H 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()
|
| H A D | log.c | 17 gd->default_log_level = simple_strtol(argv[1], NULL, 10); in do_log_level()
|
| H A D | mdio.c | 30 *plo = simple_strtol(input, &end, 16); in extract_range() 35 *phi = simple_strtol(end, NULL, 16); in extract_range()
|
| H A D | load.c | 63 offset = simple_strtol(argv[1], NULL, 16); in do_load_serial() 86 offset = simple_strtol(argv[1], NULL, 16); in do_load_serial() 1051 addr = simple_strtol(argv[1], NULL, 16); in do_loadz_flash()
|
| H A D | bootefi.c | 301 desc = blk_get_dev(dev, simple_strtol(devnr, NULL, 10)); in efi_set_bootdev()
|
| H A D | cros_ec.c | 207 events = simple_strtol(argv[2], NULL, 0); in do_cros_ec()
|
| H A D | eeprom.c | 212 int value = simple_strtol(str, &endptr, 16); in parse_numeric_param()
|
| /rk3399_rockchip-uboot/common/ |
| H A 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()
|
| H A D | bootretry.c | 29 retry_time = (int)simple_strtol(s, NULL, 10); in bootretry_init_cmd_timeout()
|
| H A D | autoboot.c | 310 bootdelay = s ? (int)simple_strtol(s, NULL, 10) : CONFIG_BOOTDELAY;
|
| /rk3399_rockchip-uboot/board/ti/ks2_evm/ |
| H A D | board.c | 79 res = simple_strtol(env, NULL, 0); in get_eth_env_param() 155 lpae = env && simple_strtol(env, NULL, 0); in ft_board_setup() 157 unitrd_fixup = env && simple_strtol(env, NULL, 0); in ft_board_setup() 255 lpae = env && simple_strtol(env, NULL, 0); in ft_board_setup_ex()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | _exports.h | 40 EXPORT_FUNC(simple_strtol, long, simple_strtol,
|
| H A D | vsprintf.h | 44 long simple_strtol(const char *cp, char **endp, unsigned int base);
|
| H A D | exports.h | 31 long simple_strtol(const char *cp, char **endp, unsigned int base);
|
| /rk3399_rockchip-uboot/board/compulab/common/ |
| H 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()
|
| /rk3399_rockchip-uboot/arch/arm/mach-keystone/ |
| H A D | keystone.c | 52 ks2_debug = simple_strtol(env, NULL, 0); in misc_init_r()
|
| /rk3399_rockchip-uboot/board/work-microwave/work_92105/ |
| H A D | work_92105_display.c | 328 hd44780_instruction(simple_strtol(argv[2], NULL, 0)); in do_hd44780() 330 hd44780_write_char(simple_strtol(argv[2], NULL, 0)); in do_hd44780()
|
| /rk3399_rockchip-uboot/net/ |
| H A 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()
|
| /rk3399_rockchip-uboot/arch/sh/lib/ |
| H A D | bootm.c | 48 val = simple_strtol(p, NULL, base); in sh_check_cmd_arg()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | strto.c | 77 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() function
|
| /rk3399_rockchip-uboot/board/gateworks/gw_ventana/ |
| H A D | eeprom.c | 211 if (simple_strtol(argv[2], NULL, 10)) { in do_econfig()
|
| /rk3399_rockchip-uboot/board/socrates/ |
| H A D | socrates.c | 413 rc = param ? simple_strtol(param, NULL, 10) : -1; in board_backlight_switch()
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | sunxi_gpio.c | 115 pin = simple_strtol(name, &eptr, 10); in sunxi_name_to_gpio()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/ |
| H A D | immap.c | 201 pin = simple_strtol(argv[2], NULL, 10); in do_iopset()
|