Home
last modified time | relevance | path

Searched refs:strtou32 (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
53 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
54 strtou32(argv[1], 0, &word)) in do_fuse()
60 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
78 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
98 if (strtou32(argv[i], 16, &val)) in do_fuse()
114 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
53 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
54 strtou32(argv[1], 0, &word)) in do_fuse()
60 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
78 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
98 if (strtou32(argv[i], 16, &val)) in do_fuse()
114 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-chip/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
53 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
54 strtou32(argv[1], 0, &word)) in do_fuse()
60 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
78 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
98 if (strtou32(argv[i], 16, &val)) in do_fuse()
114 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
53 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
54 strtou32(argv[1], 0, &word)) in do_fuse()
60 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
78 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
98 if (strtou32(argv[i], 16, &val)) in do_fuse()
114 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/cmd/
H A Dfuse.c17 static int strtou32(const char *str, unsigned int base, u32 *result) in strtou32() function
54 if (argc < 2 || strtou32(argv[0], 0, &bank) || in do_fuse()
55 strtou32(argv[1], 0, &word)) in do_fuse()
61 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
79 else if (argc != 3 || strtou32(argv[2], 0, &cnt)) in do_fuse()
99 if (strtou32(argv[i], 16, &val)) in do_fuse()
115 if (strtou32(argv[i], 16, &val)) in do_fuse()

12345678