Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dhwconfig.h23 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 Dhwconfig.c204 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 Deth_lx2160aqds.c394 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 Dfsl_corenet_serdes.c555 hwconfig_subarg_f("serdes", srds_lpd_opt, &arglen, buf); in fsl_serdes_init()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c1056 prefetch_arg = hwconfig_subarg_f("core_prefetch", "disable", in config_core_prefetch()