HomeSort by relevance Sort by last modified time
    Searched defs:bootstage_start (Results 1 - 2 of 2) sorted by null

  /external/u-boot/common/
bootstage.c 170 uint32_t bootstage_start(enum bootstage_id id, const char *name) function
  /external/u-boot/include/
bootstage.h 291 uint32_t bootstage_start(enum bootstage_id id, const char *name);
296 * After previously marking the start of an activity with bootstage_start(),
302 * less the start time recorded in the last bootstage_start() call
396 static inline uint32_t bootstage_start(enum bootstage_id id, const char *name) function

Completed in 2146 milliseconds