Searched refs:hwconfig_sub_f (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | hwconfig.h | 23 extern int hwconfig_sub_f(const char *opt, const char *subopt, char *buf); 48 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() function 85 return hwconfig_sub_f(opt, subopt, NULL); in hwconfig_sub()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | options.c | 887 if (hwconfig_sub_f("fsl_ddr", "ecc", buf)) { in populate_memctl_options() 1016 if (hwconfig_sub_f("fsl_ddr", "parity", buf)) { in populate_memctl_options() 1085 if (!hwconfig_sub_f("fsl_ddr", "ctlr_intlv", buf)) in populate_memctl_options() 1186 if ((hwconfig_sub_f("fsl_ddr", "bank_intlv", buf)) && in populate_memctl_options() 1284 if (hwconfig_sub_f("fsl_ddr", "addr_hash", buf)) { in populate_memctl_options() 1406 if (hwconfig_sub_f("fsl_ddr", "sdram", buf)) { in fsl_use_spd()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hwconfig.c | 184 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() function
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | cpu_init.c | 298 cpc_args = hwconfig_sub_f("en_cpc", cpc_subarg, buffer); in enable_cpc()
|