Searched refs:hwconfig_sub_f (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/include/ |
D | hwconfig.h | 22 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/ |
D | options.c | 889 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/ |
D | hwconfig.c | 183 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() function
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | cpu_init.c | 296 cpc_args = hwconfig_sub_f("en_cpc", cpc_subarg, buffer); in enable_cpc()
|