Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/microchip/
H A Dksz_ptp.h32 struct timespec64 perout_target_time_first; /* start of first pulse */ member
H A Dksz_ptp.c216 ptp_data->perout_target_time_first.tv_sec = request->start.sec; in ksz_ptp_enable_perout()
217 ptp_data->perout_target_time_first.tv_nsec = request->start.nsec; in ksz_ptp_enable_perout()
244 &ptp_data->perout_target_time_first, in ksz_ptp_enable_perout()
652 first_ns = timespec64_to_ns(&ptp_data->perout_target_time_first); in ksz_ptp_restart_perout()