Home
last modified time | relevance | path

Searched refs:simple_strtol (Results 1 – 25 of 39) sorted by relevance

12

/rk3399_rockchip-uboot/cmd/
H A Dtest.c117 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 Dyaffs2.c49 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 Dlog.c17 gd->default_log_level = simple_strtol(argv[1], NULL, 10); in do_log_level()
H A Dmdio.c30 *plo = simple_strtol(input, &end, 16); in extract_range()
35 *phi = simple_strtol(end, NULL, 16); in extract_range()
H A Dload.c63 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 Dbootefi.c301 desc = blk_get_dev(dev, simple_strtol(devnr, NULL, 10)); in efi_set_bootdev()
H A Dcros_ec.c207 events = simple_strtol(argv[2], NULL, 0); in do_cros_ec()
H A Deeprom.c212 int value = simple_strtol(str, &endptr, 16); in parse_numeric_param()
/rk3399_rockchip-uboot/common/
H A Dsplash.c71 *x = simple_strtol(s, NULL, 0); in splash_get_pos()
78 *y = simple_strtol(s + 1, NULL, 0); in splash_get_pos()
H A Dbootretry.c29 retry_time = (int)simple_strtol(s, NULL, 10); in bootretry_init_cmd_timeout()
H A Dautoboot.c310 bootdelay = s ? (int)simple_strtol(s, NULL, 10) : CONFIG_BOOTDELAY;
/rk3399_rockchip-uboot/board/ti/ks2_evm/
H A Dboard.c79 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.h40 EXPORT_FUNC(simple_strtol, long, simple_strtol,
H A Dvsprintf.h44 long simple_strtol(const char *cp, char **endp, unsigned int base);
H A Dexports.h31 long simple_strtol(const char *cp, char **endp, unsigned int base);
/rk3399_rockchip-uboot/board/compulab/common/
H A Deeprom.c239 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 Dkeystone.c52 ks2_debug = simple_strtol(env, NULL, 0); in misc_init_r()
/rk3399_rockchip-uboot/board/work-microwave/work_92105/
H A Dwork_92105_display.c328 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 Dtftp.c711 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 Dbootm.c48 val = simple_strtol(p, NULL, base); in sh_check_cmd_arg()
/rk3399_rockchip-uboot/lib/
H A Dstrto.c77 long simple_strtol(const char *cp, char **endp, unsigned int base) in simple_strtol() function
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Deeprom.c211 if (simple_strtol(argv[2], NULL, 10)) { in do_econfig()
/rk3399_rockchip-uboot/board/socrates/
H A Dsocrates.c413 rc = param ? simple_strtol(param, NULL, 10) : -1; in board_backlight_switch()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dsunxi_gpio.c115 pin = simple_strtol(name, &eptr, 10); in sunxi_name_to_gpio()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c201 pin = simple_strtol(argv[2], NULL, 10); in do_iopset()

12