Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/coreboot/
Dtimestamp.c25 static struct timestamp_table *ts_table __attribute__((section(".data"))); variable
36 if (!ts_table || (ts_table->num_entries == ts_table->max_entries)) in timestamp_add()
39 tse = &ts_table->entries[ts_table->num_entries++]; in timestamp_add()
41 tse->entry_stamp = ts_time - ts_table->base_time; in timestamp_add()
53 if (!ts_table) in timestamp_add_to_bootstage()
56 for (i = 0; i < ts_table->num_entries; i++) { in timestamp_add_to_bootstage()
57 struct timestamp_entry *tse = &ts_table->entries[i]; in timestamp_add_to_bootstage()