Searched refs:LOGC_FIRST (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dlog.h66 * Log categories between %LOGC_FIRST and %LOGC_NONE correspond to uclasses
72 /** @LOGC_FIRST: First log category */
73 LOGC_FIRST = 0, /* First part mirrors UCLASS_... */ enumerator in enum:log_category_t
/u-boot/cmd/
H A Dlog.c64 for (cat = LOGC_FIRST; cat < LOGC_COUNT; cat++) {

Completed in 40 milliseconds