Searched refs:strtou32 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | fuse.c | 17 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()
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | clock_manager_arria10.c | 74 struct strtou32 { struct 79 static const struct strtou32 mainpll_cfg_tab[] = { argument 106 static const struct strtou32 perpll_cfg_tab[] = { 130 static const struct strtou32 alteragrp_cfg_tab[] = { 146 static int of_to_struct(const void *blob, int node, const struct strtou32 *cfg_tab, in of_to_struct()
|