Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c394 wr32(hw, I40E_PRTTSYN_AUX_0(1), 0); in i40e_ptp_set_1pps_signal_hw()
396 wr32(hw, I40E_PRTTSYN_AUX_0(1), I40E_PRTTSYN_AUX_0_OUT_ENABLE); in i40e_ptp_set_1pps_signal_hw()
409 wr32(hw, I40E_PRTTSYN_AUX_0(1), in i40e_ptp_set_1pps_signal_hw()
1194 regval = rd32(hw, I40E_PRTTSYN_AUX_0(0)); in i40e_ptp_set_timestamp_mode()
1199 wr32(hw, I40E_PRTTSYN_AUX_0(0), regval); in i40e_ptp_set_timestamp_mode()
1585 regval = rd32(hw, I40E_PRTTSYN_AUX_0(0)); in i40e_ptp_stop()
1587 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