Searched refs:hwconfig_subarg_f (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/include/ |
D | hwconfig.h | 23 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()
|
/external/u-boot/common/ |
D | hwconfig.c | 204 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()
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | fsl_corenet_serdes.c | 555 hwconfig_subarg_f("serdes", srds_lpd_opt, &arglen, buf); in fsl_serdes_init()
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
D | cpu.c | 510 prefetch_arg = hwconfig_subarg_f("core_prefetch", "disable", in config_core_prefetch()
|