Lines Matching refs:index
397 static int si5351_pll_set_parent(struct clk_hw *hw, u8 index)
403 index > 0)
406 if (index > 1)
410 (index == 0) ? SI5351_PLL_SRC_XTAL :
591 static int si5351_msynth_set_parent(struct clk_hw *hw, u8 index)
597 (index == 0) ? SI5351_MULTISYNTH_SRC_VCO0 :
970 int index = 0;
976 index = 0;
979 index = 1;
982 index = 2;
985 index = 3;
989 return index;
992 static int si5351_clkout_set_parent(struct clk_hw *hw, u8 index)
998 switch (index) {
1358 pr_err("%s: invalid index %u\n", __func__, idx);