Home
last modified time | relevance | path

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

/drivers/net/ethernet/mscc/
A Docelot_ptp.c209 s64 wf_low; in ocelot_ptp_enable() local
275 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()
/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_ptp.c837 s64 wf_high, wf_low; in lan966x_ptp_perout() local
907 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 8 milliseconds