Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.h94 u8 ref_state; member
H A Dice_common.h304 ice_aq_get_cgu_dpll_status(struct ice_hw *hw, u8 dpll_num, u8 *ref_state,
308 ice_aq_set_cgu_dpll_config(struct ice_hw *hw, u8 dpll_num, u8 ref_state,
H A Dice_ptp_hw.h365 u8 *ref_state, u8 *eec_mode, s64 *phase_offset,
H A Dice_common.c5521 ice_aq_get_cgu_dpll_status(struct ice_hw *hw, u8 dpll_num, u8 *ref_state, in ice_aq_get_cgu_dpll_status() argument
5535 *ref_state = cmd->ref_state; in ice_aq_get_cgu_dpll_status()
5560 ice_aq_set_cgu_dpll_config(struct ice_hw *hw, u8 dpll_num, u8 ref_state, in ice_aq_set_cgu_dpll_config() argument
5569 cmd->ref_state = ref_state; in ice_aq_set_cgu_dpll_config()
H A Dice_adminq_cmd.h2328 u8 ref_state; member
2363 u8 ref_state; member
H A Dice_ptp_hw.c5810 u8 *ref_state, u8 *eec_mode, s64 *phase_offset, in ice_get_cgu_state() argument
5828 if (ref_state) in ice_get_cgu_state()
5829 *ref_state = hw_ref_state; in ice_get_cgu_state()
H A Dice_dpll.c2766 &d->input_idx, &d->ref_state, &d->eec_mode, in ice_dpll_update_state()