Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ptp.c439 struct timespec64 ts_on; in wx_ptp_feature_enable() local
441 ts_on.tv_sec = rq->perout.on.sec; in wx_ptp_feature_enable()
442 ts_on.tv_nsec = rq->perout.on.nsec; in wx_ptp_feature_enable()
443 wx->pps_width = timespec64_to_ns(&ts_on); in wx_ptp_feature_enable()
/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_ptp.c265 struct timespec64 ts_on; in ocelot_ptp_enable() local
267 ts_on.tv_sec = rq->perout.on.sec; in ocelot_ptp_enable()
268 ts_on.tv_nsec = rq->perout.on.nsec; in ocelot_ptp_enable()
270 wf_high = timespec64_to_ns(&ts_on); in ocelot_ptp_enable()
/linux-6.15/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c858 struct timespec64 ts_on; in lan966x_ptp_perout() local
860 ts_on.tv_sec = rq->perout.on.sec; in lan966x_ptp_perout()
861 ts_on.tv_nsec = rq->perout.on.nsec; in lan966x_ptp_perout()
863 wf_high = timespec64_to_ns(&ts_on); in lan966x_ptp_perout()
/linux-6.15/drivers/net/phy/
H A Dmicrochip_rds_ptp.c63 struct timespec64 ts_on; in mchp_get_pulsewidth() local
84 ts_on.tv_sec = perout_request->on.sec; in mchp_get_pulsewidth()
85 ts_on.tv_nsec = perout_request->on.nsec; in mchp_get_pulsewidth()
86 ts_on_nsec = timespec64_to_ns(&ts_on); in mchp_get_pulsewidth()
H A Dmicrel.c3228 struct timespec64 ts_on, ts_period; in lan8814_ptp_perout() local
3252 ts_on.tv_sec = rq->perout.on.sec; in lan8814_ptp_perout()
3253 ts_on.tv_nsec = rq->perout.on.nsec; in lan8814_ptp_perout()
3254 on_nsec = timespec64_to_ns(&ts_on); in lan8814_ptp_perout()
5059 struct timespec64 ts_on, ts_period; in lan8841_ptp_perout() local
5080 ts_on.tv_sec = rq->perout.on.sec; in lan8841_ptp_perout()
5081 ts_on.tv_nsec = rq->perout.on.nsec; in lan8841_ptp_perout()
5082 on_nsec = timespec64_to_ns(&ts_on); in lan8841_ptp_perout()
/linux-6.15/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c517 struct timespec64 ts_on, ts_period; in lan743x_ptp_perout() local
521 ts_on.tv_sec = perout_request->on.sec; in lan743x_ptp_perout()
522 ts_on.tv_nsec = perout_request->on.nsec; in lan743x_ptp_perout()
523 wf_high = timespec64_to_ns(&ts_on); in lan743x_ptp_perout()