Home
last modified time | relevance | path

Searched refs:ref_state (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_dpll.h59 u8 ref_state; member
H A Dice_common.h248 ice_aq_get_cgu_dpll_status(struct ice_hw *hw, u8 dpll_num, u8 *ref_state,
252 ice_aq_set_cgu_dpll_config(struct ice_hw *hw, u8 dpll_num, u8 ref_state,
H A Dice_ptp_hw.h407 u8 *ref_state, u8 *eec_mode, s64 *phase_offset,
H A Dice_common.c5145 ice_aq_get_cgu_dpll_status(struct ice_hw *hw, u8 dpll_num, u8 *ref_state, in ice_aq_get_cgu_dpll_status() argument
5159 *ref_state = cmd->ref_state; in ice_aq_get_cgu_dpll_status()
5184 ice_aq_set_cgu_dpll_config(struct ice_hw *hw, u8 dpll_num, u8 ref_state, in ice_aq_set_cgu_dpll_config() argument
5193 cmd->ref_state = ref_state; in ice_aq_set_cgu_dpll_config()
H A Dice_adminq_cmd.h2379 u8 ref_state; member
2414 u8 ref_state; member
H A Dice_ptp_hw.c6368 u8 *ref_state, u8 *eec_mode, s64 *phase_offset, in ice_get_cgu_state() argument
6386 if (ref_state) in ice_get_cgu_state()
6387 *ref_state = hw_ref_state; in ice_get_cgu_state()
H A Dice_dpll.c1526 &d->input_idx, &d->ref_state, &d->eec_mode, in ice_dpll_update_state()