Searched refs:ts_period (Results 1 – 3 of 3) sorted by relevance
201 struct timespec64 ts_phase, ts_period; in ocelot_ptp_enable() local230 ts_period.tv_sec = rq->perout.period.sec; in ocelot_ptp_enable()231 ts_period.tv_nsec = rq->perout.period.nsec; in ocelot_ptp_enable()233 if (ts_period.tv_sec == 1 && ts_period.tv_nsec == 0) in ocelot_ptp_enable()273 wf_high = timespec64_to_ns(&ts_period); in ocelot_ptp_enable()278 wf_low = timespec64_to_ns(&ts_period); in ocelot_ptp_enable()
597 struct timespec64 ts_phase, ts_period; in lan966x_ptp_perout() local670 ts_period.tv_sec = rq->perout.period.sec; in lan966x_ptp_perout()671 ts_period.tv_nsec = rq->perout.period.nsec; in lan966x_ptp_perout()673 wf_low = timespec64_to_ns(&ts_period); in lan966x_ptp_perout()
565 struct timespec64 ts_on, ts_period; in lan743x_ptp_perout() local572 ts_period.tv_sec = perout_request->period.sec; in lan743x_ptp_perout()573 ts_period.tv_nsec = perout_request->period.nsec; in lan743x_ptp_perout()574 period64 = timespec64_to_ns(&ts_period); in lan743x_ptp_perout()600 ts_period = ns_to_timespec64(div_s64(period64, 2)); in lan743x_ptp_perout()601 period_sec = ts_period.tv_sec; in lan743x_ptp_perout()602 period_nsec = ts_period.tv_nsec; in lan743x_ptp_perout()