Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_dte.c56 u32 ts_ovf_last; member
121 ptp_dte->ts_ovf_last = (ns >> DTE_NCO_TS_WRAP_LSHIFT) & in dte_write_nco_delta()
136 if (ts_ovf < ptp_dte->ts_ovf_last) in dte_read_nco_with_ovf()
139 ptp_dte->ts_ovf_last = ts_ovf; in dte_read_nco_with_ovf()
208 ptp_dte->ts_ovf_last = 0; in ptp_dte_settime()
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_dte.c46 u32 ts_ovf_last; member
111 ptp_dte->ts_ovf_last = (ns >> DTE_NCO_TS_WRAP_LSHIFT) & in dte_write_nco_delta()
126 if (ts_ovf < ptp_dte->ts_ovf_last) in dte_read_nco_with_ovf()
129 ptp_dte->ts_ovf_last = ts_ovf; in dte_read_nco_with_ovf()
199 ptp_dte->ts_ovf_last = 0; in ptp_dte_settime()

Completed in 2 milliseconds