Home
last modified time | relevance | path

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

/external/u-boot/include/
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()
/external/u-boot/drivers/ddr/fsl/
Doptions.c889 if (hwconfig_sub_f("fsl_ddr", "ecc", buf)) { in populate_memctl_options()
1018 if (hwconfig_sub_f("fsl_ddr", "parity", buf)) { in populate_memctl_options()
1087 if (!hwconfig_sub_f("fsl_ddr", "ctlr_intlv", buf)) in populate_memctl_options()
1188 if ((hwconfig_sub_f("fsl_ddr", "bank_intlv", buf)) && in populate_memctl_options()
1286 if (hwconfig_sub_f("fsl_ddr", "addr_hash", buf)) { in populate_memctl_options()
1412 if (hwconfig_sub_f("fsl_ddr", "sdram", buf)) { in fsl_use_spd()
/external/u-boot/common/
Dhwconfig.c183 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() function
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcpu_init.c296 cpc_args = hwconfig_sub_f("en_cpc", cpc_subarg, buffer); in enable_cpc()