Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c376 wr32(hw, I40E_PRTTSYN_AUX_0(1), 0); in i40e_ptp_set_1pps_signal_hw()
378 wr32(hw, I40E_PRTTSYN_AUX_0(1), I40E_PRTTSYN_AUX_0_OUT_ENABLE); in i40e_ptp_set_1pps_signal_hw()
391 wr32(hw, I40E_PRTTSYN_AUX_0(1), in i40e_ptp_set_1pps_signal_hw()
1176 regval = rd32(hw, I40E_PRTTSYN_AUX_0(0)); in i40e_ptp_set_timestamp_mode()
1181 wr32(hw, I40E_PRTTSYN_AUX_0(0), regval); in i40e_ptp_set_timestamp_mode()
1569 regval = rd32(hw, I40E_PRTTSYN_AUX_0(0)); in i40e_ptp_stop()
1571 wr32(hw, I40E_PRTTSYN_AUX_0(0), regval); in i40e_ptp_stop()
H A Di40e_register.h812 #define I40E_PRTTSYN_AUX_0(_i) (0x001E42A0 + ((_i) * 32)) /* _i=0...1 */ /* Reset: GLOBR */ macro