Searched refs:hwconfig_subarg_f (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/ |
H A D | hwconfig.h | 23 extern const char *hwconfig_subarg_f(const char *opt, const char *subopt, 52 static inline const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f() function 90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL); in hwconfig_subarg()
|
/openbmc/u-boot/common/ |
H A D | hwconfig.c | 204 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f() function 232 argstr = hwconfig_subarg_f(opt, subopt, &arglen, buf); in hwconfig_subarg_cmp_f()
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | eth_lx2160aqds.c | 394 ret = hwconfig_subarg_f(arg_dpmacid, phystr, &len, env_dpmac); in do_dpmac_config() 398 ret = hwconfig_subarg_f(arg_dpmacid, "phy", in do_dpmac_config() 414 ret = hwconfig_subarg_f(arg_dpmacid, "mdio", &len, env_dpmac); in do_dpmac_config() 422 ret = hwconfig_subarg_f(arg_dpmacid, "io", &len, env_dpmac); in do_dpmac_config()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | fsl_corenet_serdes.c | 555 hwconfig_subarg_f("serdes", srds_lpd_opt, &arglen, buf); in fsl_serdes_init()
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | cpu.c | 1056 prefetch_arg = hwconfig_subarg_f("core_prefetch", "disable", in config_core_prefetch()
|