Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()