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

  /external/u-boot/common/
hwconfig.c 248 ret = hwconfig_arg("key1", &len);
266 ret = hwconfig_arg("key2", &len);
273 assert(hwconfig_arg("key4", &len) == NULL);
274 assert(hwconfig_arg("bogus", &len) == NULL);
  /external/u-boot/include/
hwconfig.h 72 static inline const char *hwconfig_arg(const char *opt, size_t *arglen) function
  /external/u-boot/board/freescale/p1022ds/
p1022ds.c 158 audclk = hwconfig_arg("audclk", &arglen);
320 audclk = hwconfig_arg("audclk", &arglen);

Completed in 427 milliseconds