Home
last modified time | relevance | path

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

/linux/drivers/ptp/
H A Dptp_idt82p33.c33 static u32 phase_snap_threshold = SNAP_THRESHOLD_NS; variable
34 module_param(phase_snap_threshold, uint, 0);
35 MODULE_PARM_DESC(phase_snap_threshold,
1048 if (abs(delta_ns) < phase_snap_threshold) { in idt82p33_adjtime()