Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c375 wr32(hw, I40E_PRTTSYN_AUX_0(1), 0); in i40e_ptp_set_1pps_signal_hw()
377 wr32(hw, I40E_PRTTSYN_AUX_0(1), I40E_PRTTSYN_AUX_0_OUT_ENABLE); in i40e_ptp_set_1pps_signal_hw()
390 wr32(hw, I40E_PRTTSYN_AUX_0(1), in i40e_ptp_set_1pps_signal_hw()
1175 regval = rd32(hw, I40E_PRTTSYN_AUX_0(0)); in i40e_ptp_set_timestamp_mode()
1180 wr32(hw, I40E_PRTTSYN_AUX_0(0), regval); in i40e_ptp_set_timestamp_mode()
1566 regval = rd32(hw, I40E_PRTTSYN_AUX_0(0)); in i40e_ptp_stop()
1568 wr32(hw, I40E_PRTTSYN_AUX_0(0), regval); in i40e_ptp_stop()
Di40e_register.h804 #define I40E_PRTTSYN_AUX_0(_i) (0x001E42A0 + ((_i) * 32)) /* _i=0...1 */ /* Reset: GLOBR */ macro