Searched refs:tmr_idx (Results 1 – 3 of 3) sorted by relevance
204 u8 tmr_idx; in ice_ptp_init_phy_e810() local206 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() local233 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() local269 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 …]
103 u8 tmr_idx; in ice_get_ptp_clock_index() local111 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() local156 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() local196 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 …]
2829 u8 tmr_idx = hw->func_caps.ts_func_info.tmr_index_owned; in ice_misc_intr() local2830 u32 gltsyn_stat = rd32(hw, GLTSYN_STAT(tmr_idx)); in ice_misc_intr()