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

/linux-master/drivers/platform/x86/intel/telemetry/
H A Dpltdrv.c871 u64 timestamp_prev, timestamp_next; local
897 timestamp_next = readq(unit_config->regmap);
898 if (!timestamp_next) {
908 } while (timestamp_prev != timestamp_next);
910 ssram_region->timestamp = timestamp_next;

Completed in 134 milliseconds