Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dbootstage.c41 BOOTSTAGE_DIGITS = 9, enumerator
226 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS); in print_time_record()
228 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS); in print_time_record()
229 print_grouped_ull(rec->time_us - prev, BOOTSTAGE_DIGITS); in print_time_record()