Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dhwconfig.h22 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf);
47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() function
84 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
/openbmc/u-boot/drivers/ddr/fsl/
H A Doptions.c891 if (hwconfig_sub_f("fsl_ddr", "ecc", buf)) { in populate_memctl_options()
1020 if (hwconfig_sub_f("fsl_ddr", "parity", buf)) { in populate_memctl_options()
1089 if (!hwconfig_sub_f("fsl_ddr", "ctlr_intlv", buf)) in populate_memctl_options()
1190 if ((hwconfig_sub_f("fsl_ddr", "bank_intlv", buf)) && in populate_memctl_options()
1288 if (hwconfig_sub_f("fsl_ddr", "addr_hash", buf)) { in populate_memctl_options()
1413 if (hwconfig_sub_f("fsl_ddr", "sdram", buf)) { in fsl_use_spd()
/openbmc/u-boot/common/
H A Dhwconfig.c183 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() function
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c296 cpc_args = hwconfig_sub_f("en_cpc", cpc_subarg, buffer); in enable_cpc()