Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_clock.c43 struct timespec64 ts1, ts2, ts3, ts4; in measure_clock() local
76 ktime_get_real_ts64(&ts4); in measure_clock()
77 delta_us = timespec_to_us(&ts4) - timespec_to_us(&ts3); in measure_clock()
/linux/drivers/ptp/
H A Dptp_ocp.c383 struct ptp_ocp_ext_src *ts4; member
583 OCP_EXT_RESOURCE(ts4),
836 OCP_EXT_RESOURCE(ts4),
1116 OCP_EXT_RESOURCE(ts4),
1660 ext = bp->ts4; in ptp_ocp_enable()
4482 if (bp->ts4) { in ptp_ocp_summary_show()
4483 ts_reg = bp->ts4->mem; in ptp_ocp_summary_show()
4883 if (bp->ts4) in ptp_ocp_detach()
4884 ptp_ocp_ts_enable(bp->ts4, 0, false); in ptp_ocp_detach()
4894 ptp_ocp_unregister_ext(bp->ts4); in ptp_ocp_detach()