Home
last modified time | relevance | path

Searched refs:ice_get_primary_hw (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c339 hw = ice_get_primary_hw(pf); in ice_ptp_src_cmd()
357 hw = ice_get_primary_hw(pf); in ice_ptp_exec_tmr_cmd()
1917 zo = rd32(ice_get_primary_hw(pf), GLTSYN_SHTIME_0(tmr_idx)); in ice_read_phy_and_phc_time_eth56g()
1918 lo = rd32(ice_get_primary_hw(pf), GLTSYN_SHTIME_L(tmr_idx)); in ice_read_phy_and_phc_time_eth56g()
2086 lo = rd32(ice_get_primary_hw(pf), GLTSYN_INCVAL_L(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()
H A Dice.h1151 static inline struct ice_hw *ice_get_primary_hw(struct ice_pf *pf) in ice_get_primary_hw() function
H A Dice_ptp.c211 hw = ice_get_primary_hw(pf); in ice_ptp_read_src_clk_reg()