Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c221 lo = rd32(hw, GLTSYN_INCVAL_L(tmr_idx)); in ice_ptp_read_src_incval()
2083 lo = rd32(hw, GLTSYN_INCVAL_L(tmr_idx)); in ice_start_phy_timer_eth56g()
2086 lo = rd32(ice_get_primary_hw(pf), GLTSYN_INCVAL_L(tmr_idx)); in ice_start_phy_timer_eth56g()
4107 lo = rd32(hw, GLTSYN_INCVAL_L(tmr_idx)); in ice_start_phy_timer_e82x()
4931 wr32(hw, GLTSYN_INCVAL_L(tmr_idx), lower_32_bits(incval)); in ice_ptp_write_direct_incval_e830()
H A Dice_hw_autogen.h519 #define GLTSYN_INCVAL_L(_i) (0x00088918 + ((_i) * 4)) macro