HomeSort by relevance Sort by last modified time
    Searched refs:hwconfig_subarg_f (Results 1 - 4 of 4) sorted by null

  /external/u-boot/include/
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, function
90 return hwconfig_subarg_f(opt, subopt, subarglen, NULL);
  /external/u-boot/common/
hwconfig.c 195 * hwconfig_subarg_f - get hwconfig sub-option's argument
204 const char *hwconfig_subarg_f(const char *opt, const char *subopt, function
232 argstr = hwconfig_subarg_f(opt, subopt, &arglen, buf);
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
fsl_corenet_serdes.c 555 hwconfig_subarg_f("serdes", srds_lpd_opt, &arglen, buf);
  /external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
cpu.c 510 prefetch_arg = hwconfig_subarg_f("core_prefetch", "disable",

Completed in 222 milliseconds