Home
last modified time | relevance | path

Searched refs:hwconfig_parse (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/common/
H A Dhwconfig.c28 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse() function
87 ret = hwconfig_parse(env_hwconfig, strlen(env_hwconfig), in __hwconfig()
93 ret = hwconfig_parse(board_hwconfig, strlen(board_hwconfig), in __hwconfig()
98 return hwconfig_parse(cpu_hwconfig, strlen(cpu_hwconfig), in __hwconfig()
191 return !!hwconfig_parse(arg, arglen, subopt, ",;", '=', NULL); in hwconfig_sub_f()
213 return hwconfig_parse(arg, arglen, subopt, ",;", '=', subarglen); in hwconfig_subarg_f()