Searched refs:wf_low (Results 1 – 2 of 2) sorted by relevance
209 s64 wf_low; in ocelot_ptp_enable() local280 wf_low = timespec64_to_ns(&ts_period); in ocelot_ptp_enable()281 wf_low -= wf_high; in ocelot_ptp_enable()300 if (wf_low > 0x3fffffff || wf_low <= 0x6) in ocelot_ptp_enable()304 ocelot_write_rix(ocelot, wf_low, PTP_PIN_WF_LOW_PERIOD, in ocelot_ptp_enable()
814 s64 wf_high, wf_low; in lan966x_ptp_perout() local888 wf_low = timespec64_to_ns(&ts_period); in lan966x_ptp_perout()889 wf_low -= wf_high; in lan966x_ptp_perout()892 lan_wr(PTP_WF_LOW_PERIOD_PIN_WFL(wf_low), in lan966x_ptp_perout()