Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c222 hi = rd32(hw, GLTSYN_INCVAL_H(tmr_idx)); in ice_ptp_read_src_incval()
2084 hi = rd32(hw, GLTSYN_INCVAL_H(tmr_idx)); in ice_start_phy_timer_eth56g()
2087 hi = rd32(ice_get_primary_hw(pf), GLTSYN_INCVAL_H(tmr_idx)); in ice_start_phy_timer_eth56g()
4108 hi = rd32(hw, GLTSYN_INCVAL_H(tmr_idx)); in ice_start_phy_timer_e82x()
4932 wr32(hw, GLTSYN_INCVAL_H(tmr_idx), upper_32_bits(incval)); in ice_ptp_write_direct_incval_e830()
H A Dice_hw_autogen.h518 #define GLTSYN_INCVAL_H(_i) (0x00088920 + ((_i) * 4)) macro