Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mscc/
A Docelot_ptp.c251 struct timespec64 ts_on; in ocelot_ptp_enable() local
253 ts_on.tv_sec = rq->perout.on.sec; in ocelot_ptp_enable()
254 ts_on.tv_nsec = rq->perout.on.nsec; in ocelot_ptp_enable()
256 wf_high = timespec64_to_ns(&ts_on); in ocelot_ptp_enable()
/linux/drivers/net/ethernet/microchip/
A Dlan743x_ptp.c547 struct timespec64 ts_on, ts_period; in lan743x_ptp_perout() local
551 ts_on.tv_sec = perout_request->on.sec; in lan743x_ptp_perout()
552 ts_on.tv_nsec = perout_request->on.nsec; in lan743x_ptp_perout()
553 wf_high = timespec64_to_ns(&ts_on); in lan743x_ptp_perout()

Completed in 6 milliseconds