Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c838 struct timespec64 ts_phase, ts_period; in lan966x_ptp_perout() local
907 ts_period.tv_sec = rq->perout.period.sec; in lan966x_ptp_perout()
908 ts_period.tv_nsec = rq->perout.period.nsec; in lan966x_ptp_perout()
910 wf_low = timespec64_to_ns(&ts_period); in lan966x_ptp_perout()
/linux/drivers/net/phy/
H A Dmicrochip_rds_ptp.c61 struct timespec64 ts_period; in mchp_get_pulsewidth() local
81 ts_period.tv_sec = perout_request->period.sec; in mchp_get_pulsewidth()
82 ts_period.tv_nsec = perout_request->period.nsec; in mchp_get_pulsewidth()
87 period_nsec = timespec64_to_ns(&ts_period); in mchp_get_pulsewidth()