Home
last modified time | relevance | path

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

/linux/drivers/accel/qaic/
H A Dqaic_timesync.c137 u64 offset_us; in qaic_timesync_timer() local
155 offset_us = host_time_us - device_qtimer_us; in qaic_timesync_timer()
157 host_sec = div_u64(offset_us, USEC_PER_SEC); in qaic_timesync_timer()
158 sync_msg->data.tv_usec = cpu_to_le64(offset_us - host_sec * USEC_PER_SEC); in qaic_timesync_timer()