Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dintel_hfi.c257 u64 new_timestamp, msr, hfi; in intel_hfi_process_event() local
298 new_timestamp = *(u64 *)hfi_instance->hw_table; in intel_hfi_process_event()
299 if (*hfi_instance->timestamp == new_timestamp) { in intel_hfi_process_event()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c420 s64 new_timestamp; in cros_ec_sensor_ring_process_event() local
426 new_timestamp = c - b * 1000 + a * 1000; in cros_ec_sensor_ring_process_event()
431 if (new_timestamp - *current_timestamp > 0) in cros_ec_sensor_ring_process_event()
432 *current_timestamp = new_timestamp; in cros_ec_sensor_ring_process_event()