Searched refs:wf_low (Results 1 – 2 of 2) sorted by relevance
209 s64 wf_low; in ocelot_ptp_enable() local275 wf_low = timespec64_to_ns(&ts_period); in ocelot_ptp_enable()276 wf_low -= wf_high; in ocelot_ptp_enable()295 if (wf_low > 0x3fffffff || wf_low <= 0x6) in ocelot_ptp_enable()299 ocelot_write_rix(ocelot, wf_low, PTP_PIN_WF_LOW_PERIOD, in ocelot_ptp_enable()
837 s64 wf_high, wf_low; in lan966x_ptp_perout() local907 wf_low = timespec64_to_ns(&ts_period); in lan966x_ptp_perout()908 wf_low -= wf_high; in lan966x_ptp_perout()911 lan_wr(PTP_WF_LOW_PERIOD_PIN_WFL(wf_low), in lan966x_ptp_perout()
Completed in 9 milliseconds