Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/include/asm/arch-coreboot/
Dtimestamp.h11 enum timestamp_id { enum
37 void timestamp_add(enum timestamp_id id, uint64_t ts_time);
38 void timestamp_add_now(enum timestamp_id id);
/external/u-boot/arch/x86/cpu/coreboot/
Dtimestamp.c32 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add()
44 void timestamp_add_now(enum timestamp_id id) in timestamp_add_now()