Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ptp/
Dptp_fc3.h29 u32 sub_sync_count; member
Dptp_fc3.c351 delta = idtfc3->sub_sync_count - idtfc3->last_counter + now; in idtfc3_timecounter_read()
400 offset_ns = (idtfc3->sub_sync_count - now) * idtfc3->ns_per_counter; in _idtfc3_settime()
653 period_ms = idtfc3->sub_sync_count * MSEC_PER_SEC / in idtfc3_init_timecounter()
733 idtfc3->sub_sync_count = (get_unaligned_le32(buf) & SUB_SYNC_COUNTER_MASK) + 1; in idtfc3_get_sync_count()
735 idtfc3->ns_per_sync = idtfc3->sub_sync_count * idtfc3->ns_per_counter; in idtfc3_get_sync_count()