Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/microchip/
Dlan743x_ptp.c773 u32 ptp_int_sts = 0; in lan743x_ptp_isr() local
779 ptp_int_sts = lan743x_csr_read(adapter, PTP_INT_STS); in lan743x_ptp_isr()
780 ptp_int_sts &= lan743x_csr_read(adapter, PTP_INT_EN_SET); in lan743x_ptp_isr()
782 if (ptp_int_sts & PTP_INT_BIT_TX_TS_) { in lan743x_ptp_isr()
786 if (ptp_int_sts & PTP_INT_BIT_TX_SWTS_ERR_) { in lan743x_ptp_isr()
793 if (ptp_int_sts & PTP_INT_BIT_TIMER_B_) { in lan743x_ptp_isr()
798 if (ptp_int_sts & PTP_INT_BIT_TIMER_A_) { in lan743x_ptp_isr()