Home
last modified time | relevance | path

Searched refs:BOOTSTAGE_DIGITS (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/common/
Dbootstage.c40 BOOTSTAGE_DIGITS = 9, enumerator
225 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS); in print_time_record()
227 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS); in print_time_record()
228 print_grouped_ull(rec->time_us - prev, BOOTSTAGE_DIGITS); in print_time_record()