Searched refs:PTP_INT_BIT_TX_TS_ (Results 1 – 2 of 2) sorted by relevance
670 (lan743x_csr_read(adapter, PTP_INT_STS) & PTP_INT_BIT_TX_TS_)) { in lan743x_ptpci_do_aux_work()701 lan743x_csr_write(adapter, PTP_INT_STS, PTP_INT_BIT_TX_TS_); in lan743x_ptpci_do_aux_work()866 if (ptp_int_sts & PTP_INT_BIT_TX_TS_) { in lan743x_ptp_isr()984 PTP_INT_BIT_TX_SWTS_ERR_ | PTP_INT_BIT_TX_TS_); in lan743x_ptp_open()1072 PTP_INT_BIT_TX_TS_); in lan743x_ptp_close()
290 #define PTP_INT_BIT_TX_TS_ BIT(12) macro