Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h614 #define MVPP22_PTP_GCR_TSU_ENABLE BIT(0) macro
H A Dmvpp2_main.c4788 gcr |= MVPP22_PTP_GCR_TSU_ENABLE | MVPP22_PTP_GCR_TX_RESET; in mvpp2_set_ts_config()
4795 gcr |= MVPP22_PTP_GCR_TSU_ENABLE | MVPP22_PTP_GCR_RX_RESET | in mvpp2_set_ts_config()
4798 if (gcr & MVPP22_PTP_GCR_TSU_ENABLE) in mvpp2_set_ts_config()
4806 MVPP22_PTP_GCR_TSU_ENABLE, gcr); in mvpp2_set_ts_config()
4813 MVPP22_PTP_GCR_TSU_ENABLE, gcr); in mvpp2_set_ts_config()
4820 if (!(gcr & MVPP22_PTP_GCR_TSU_ENABLE)) in mvpp2_set_ts_config()