Searched refs:host_sec (Results 1 – 1 of 1) sorted by relevance
138 u64 host_sec; in qaic_timesync_timer() local157 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()159 sync_msg->data.tv_sec = cpu_to_le64(host_sec); in qaic_timesync_timer()