Lines Matching defs:index
63 static int clk_super_set_parent(struct clk_hw *hw, u8 index)
87 if ((mux->flags & TEGRA_DIVIDER_2) && ((index == mux->div2_index) ||
88 (index == mux->pllx_index))) {
100 if (index == mux->div2_index)
101 index = mux->pllx_index;
106 (index == CCLK_SRC_PLLP_OUT0 || index == CCLK_SRC_PLLP_OUT4))
110 val |= (index & (super_state_to_src_mask(mux))) << shift;
117 index != CCLK_SRC_PLLP_OUT0 && index != CCLK_SRC_PLLP_OUT4)