Searched defs:ice_dpll_pin (Results 1 – 1 of 1) sorted by relevance
23 struct ice_dpll_pin { struct24 struct dpll_pin *pin;25 struct ice_pf *pf;26 u8 idx;27 u8 num_parents;28 u8 parent_idx[ICE_DPLL_RCLK_NUM_MAX];29 u8 flags[ICE_DPLL_RCLK_NUM_MAX];30 u8 state[ICE_DPLL_RCLK_NUM_MAX];31 struct dpll_pin_properties prop;32 u32 freq;[all …]