Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_ptp_hw.c204 u8 tmr_idx; in ice_ptp_init_phy_e810() local
206 tmr_idx = hw->func_caps.ts_func_info.tmr_index_owned; in ice_ptp_init_phy_e810()
207 status = ice_write_phy_reg_e810(hw, ETH_GLTSYN_ENA(tmr_idx), in ice_ptp_init_phy_e810()
231 u8 tmr_idx; in ice_ptp_prep_phy_time_e810() local
233 tmr_idx = hw->func_caps.ts_func_info.tmr_index_owned; in ice_ptp_prep_phy_time_e810()
234 status = ice_write_phy_reg_e810(hw, ETH_GLTSYN_SHTIME_0(tmr_idx), 0); in ice_ptp_prep_phy_time_e810()
241 status = ice_write_phy_reg_e810(hw, ETH_GLTSYN_SHTIME_L(tmr_idx), time); in ice_ptp_prep_phy_time_e810()
267 u8 tmr_idx; in ice_ptp_prep_phy_adj_e810() local
269 tmr_idx = hw->func_caps.ts_func_info.tmr_index_owned; in ice_ptp_prep_phy_adj_e810()
274 status = ice_write_phy_reg_e810(hw, ETH_GLTSYN_SHADJ_L(tmr_idx), 0); in ice_ptp_prep_phy_adj_e810()
[all …]
Dice_ptp.c103 u8 tmr_idx; in ice_get_ptp_clock_index() local
111 tmr_idx = hw->func_caps.ts_func_info.tmr_index_assoc; in ice_get_ptp_clock_index()
112 if (!tmr_idx) in ice_get_ptp_clock_index()
149 u8 tmr_idx; in ice_set_ptp_clock_index() local
156 tmr_idx = hw->func_caps.ts_func_info.tmr_index_assoc; in ice_set_ptp_clock_index()
157 if (!tmr_idx) in ice_set_ptp_clock_index()
189 u8 tmr_idx; in ice_clear_ptp_clock_index() local
196 tmr_idx = hw->func_caps.ts_func_info.tmr_index_assoc; in ice_clear_ptp_clock_index()
197 if (!tmr_idx) in ice_clear_ptp_clock_index()
220 u8 tmr_idx; in ice_ptp_read_src_clk_reg() local
[all …]
Dice_main.c2829 u8 tmr_idx = hw->func_caps.ts_func_info.tmr_index_owned; in ice_misc_intr() local
2830 u32 gltsyn_stat = rd32(hw, GLTSYN_STAT(tmr_idx)); in ice_misc_intr()