Searched refs:strtou32 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fuse.c | 18 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()
|