Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_idt82p33.c31 static u32 phase_snap_threshold = SNAP_THRESHOLD_NS; variable
32 module_param(phase_snap_threshold, uint, 0);
33 MODULE_PARM_DESC(phase_snap_threshold,
700 if (abs(delta_ns) < phase_snap_threshold) { in idt82p33_adjtime()
/kernel/linux/linux-6.6/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,
1060 if (abs(delta_ns) < phase_snap_threshold) { in idt82p33_adjtime()

Completed in 5 milliseconds