Home
last modified time | relevance | path

Searched refs:ICE_AQC_GET_CGU_IN_CFG_FLG2_INPUT_EN (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c408 if (ICE_AQC_GET_CGU_IN_CFG_FLG2_INPUT_EN & pin->flags[0]) { in ice_dpll_pin_state_update()
985 if (p->flags[0] & ICE_AQC_GET_CGU_IN_CFG_FLG2_INPUT_EN) in ice_dpll_pin_phase_adjust_set()
1244 if (p->flags[0] & ICE_AQC_GET_CGU_IN_CFG_FLG2_INPUT_EN) in ice_dpll_input_esync_set()
H A Dice_adminq_cmd.h2295 #define ICE_AQC_GET_CGU_IN_CFG_FLG2_INPUT_EN BIT(5) macro