Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c465 if (perout->event_ch >= 0) { in lan743x_ptp_perout_off()
468 PTP_CLOCK_TARGET_SEC_X(perout->event_ch), in lan743x_ptp_perout_off()
471 PTP_CLOCK_TARGET_NS_X(perout->event_ch), in lan743x_ptp_perout_off()
476 (perout->event_ch); in lan743x_ptp_perout_off()
478 lan743x_ptp_release_event_ch(adapter, perout->event_ch); in lan743x_ptp_perout_off()
479 perout->event_ch = -1; in lan743x_ptp_perout_off()
509 if (perout->event_ch >= 0 || in lan743x_ptp_perout()
515 perout->event_ch = lan743x_ptp_reserve_event_ch(adapter, index); in lan743x_ptp_perout()
517 if (perout->event_ch < 0) { in lan743x_ptp_perout()
526 perout->event_ch); in lan743x_ptp_perout()
[all …]
H A Dlan743x_ptp.h59 int event_ch; /* PTP event channel (0=channel A, 1=channel B) */ member