Home
last modified time | relevance | path

Searched refs:MVPP22_PTP_GCR_TSU_ENABLE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c4813 gcr |= MVPP22_PTP_GCR_TSU_ENABLE | MVPP22_PTP_GCR_TX_RESET; in mvpp2_set_ts_config()
4820 gcr |= MVPP22_PTP_GCR_TSU_ENABLE | MVPP22_PTP_GCR_RX_RESET | in mvpp2_set_ts_config()
4823 if (gcr & MVPP22_PTP_GCR_TSU_ENABLE) in mvpp2_set_ts_config()
4831 MVPP22_PTP_GCR_TSU_ENABLE, gcr); in mvpp2_set_ts_config()
4838 MVPP22_PTP_GCR_TSU_ENABLE, gcr); in mvpp2_set_ts_config()
4845 if (!(gcr & MVPP22_PTP_GCR_TSU_ENABLE)) in mvpp2_set_ts_config()
H A Dmvpp2.h614 #define MVPP22_PTP_GCR_TSU_ENABLE BIT(0) macro
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c5186 gcr |= MVPP22_PTP_GCR_TSU_ENABLE | MVPP22_PTP_GCR_TX_RESET; in mvpp2_set_ts_config()
5193 gcr |= MVPP22_PTP_GCR_TSU_ENABLE | MVPP22_PTP_GCR_RX_RESET | in mvpp2_set_ts_config()
5196 if (gcr & MVPP22_PTP_GCR_TSU_ENABLE) in mvpp2_set_ts_config()
5204 MVPP22_PTP_GCR_TSU_ENABLE, gcr); in mvpp2_set_ts_config()
5211 MVPP22_PTP_GCR_TSU_ENABLE, gcr); in mvpp2_set_ts_config()
5218 if (!(gcr & MVPP22_PTP_GCR_TSU_ENABLE)) in mvpp2_set_ts_config()
H A Dmvpp2.h636 #define MVPP22_PTP_GCR_TSU_ENABLE BIT(0) macro

Completed in 44 milliseconds