Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/ptp/
Dptp_idt82p33.c32 static u32 phase_snap_threshold = SNAP_THRESHOLD_NS; variable
33 module_param(phase_snap_threshold, uint, 0);
34 MODULE_PARM_DESC(phase_snap_threshold,
773 if (abs(delta_ns) < phase_snap_threshold) { in idt82p33_adjtime()