Searched refs:ts3 (Results 1 – 3 of 3) sorted by relevance
| /drivers/crypto/intel/qat/qat_common/ |
| A D | adf_clock.c | 43 struct timespec64 ts1, ts2, ts3, ts4; in measure_clock() local 70 ktime_get_real_ts64(&ts3); in measure_clock() 77 delta_us = timespec_to_us(&ts4) - timespec_to_us(&ts3); in measure_clock() 85 delta_us = timespec_to_us(&ts3) - timespec_to_us(&ts1); in measure_clock()
|
| /drivers/pps/generators/ |
| A D | pps_gen_parport.c | 57 struct timespec64 expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local 106 ktime_get_real_ts64(&ts3); in hrtimer_event() 111 dts = timespec64_sub(ts3, ts2); in hrtimer_event()
|
| /drivers/ptp/ |
| A D | ptp_ocp.c | 353 struct ptp_ocp_ext_src *ts3; member 539 OCP_EXT_RESOURCE(ts3), 792 OCP_EXT_RESOURCE(ts3), 1396 ext = bp->ts3; in ptp_ocp_enable() 4158 if (bp->ts3) { in ptp_ocp_summary_show() 4159 ts_reg = bp->ts3->mem; in ptp_ocp_summary_show() 4568 if (bp->ts3) in ptp_ocp_detach() 4569 ptp_ocp_unregister_ext(bp->ts3); in ptp_ocp_detach()
|
Completed in 18 milliseconds