Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-coreboot/
H A Dtimestamp.h12 enum timestamp_id { enum
38 void timestamp_add(enum timestamp_id id, uint64_t ts_time);
39 void timestamp_add_now(enum timestamp_id id);
/OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/
H A Dtimestamp.c33 void timestamp_add(enum timestamp_id id, uint64_t ts_time) in timestamp_add()
45 void timestamp_add_now(enum timestamp_id id) in timestamp_add_now()