Searched refs:PTP_INT_BIT_TX_TS_ (Results 1 – 2 of 2) sorted by relevance
586 (lan743x_csr_read(adapter, PTP_INT_STS) & PTP_INT_BIT_TX_TS_)) { in lan743x_ptpci_do_aux_work()617 lan743x_csr_write(adapter, PTP_INT_STS, PTP_INT_BIT_TX_TS_); in lan743x_ptpci_do_aux_work()782 if (ptp_int_sts & PTP_INT_BIT_TX_TS_) { in lan743x_ptp_isr()891 PTP_INT_BIT_TX_SWTS_ERR_ | PTP_INT_BIT_TX_TS_); in lan743x_ptp_open()957 PTP_INT_BIT_TX_TS_); in lan743x_ptp_close()
285 #define PTP_INT_BIT_TX_TS_ BIT(12) macro