Searched refs:PTP_INT_BIT_TX_TS_ (Results 1 – 2 of 2) sorted by relevance
582 (lan743x_csr_read(adapter, PTP_INT_STS) & PTP_INT_BIT_TX_TS_)) { in lan743x_ptpci_do_aux_work()613 lan743x_csr_write(adapter, PTP_INT_STS, PTP_INT_BIT_TX_TS_); in lan743x_ptpci_do_aux_work()778 if (ptp_int_sts & PTP_INT_BIT_TX_TS_) { in lan743x_ptp_isr()887 PTP_INT_BIT_TX_SWTS_ERR_ | PTP_INT_BIT_TX_TS_); in lan743x_ptp_open()953 PTP_INT_BIT_TX_TS_); in lan743x_ptp_close()
283 #define PTP_INT_BIT_TX_TS_ BIT(12) macro