Searched refs:offset_us (Results 1 – 1 of 1) sorted by relevance
137 u64 offset_us; in qaic_timesync_timer() local155 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()