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 :
589 static int si5351_msynth_set_parent(struct clk_hw *hw, u8 index)
595 (index == 0) ? SI5351_MULTISYNTH_SRC_VCO0 :
958 int index = 0;
964 index = 0;
967 index = 1;
970 index = 2;
973 index = 3;
977 return index;
980 static int si5351_clkout_set_parent(struct clk_hw *hw, u8 index)
986 switch (index) {
1344 pr_err("%s: invalid index %u\n", __func__, idx);