Home
last modified time | relevance | path

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

/drivers/platform/x86/intel/telemetry/
A Dpltdrv.c646 u64 timestamp_prev, timestamp_next; in telem_evtlog_read() local
672 timestamp_next = readq(unit_config->regmap); in telem_evtlog_read()
673 if (!timestamp_next) { in telem_evtlog_read()
683 } while (timestamp_prev != timestamp_next); in telem_evtlog_read()
685 ssram_region->timestamp = timestamp_next; in telem_evtlog_read()

Completed in 4 milliseconds