Lines Matching defs:index
30 * from 0x1 to 0x7 (index starts at one)
32 * val = 0x4 really means "bit 2, index starts at bit 0"
58 static int ti_clk_mux_set_parent(struct clk_hw *hw, u8 index)
64 index = mux->table[index];
67 index = (1 << ffs(index));
70 index++;
79 val |= index << mux->shift;
196 if (of_property_read_bool(node, "ti,index-starts-at-one"))
237 mux->reg.index = setup->module;
267 if (of_property_read_bool(node, "ti,index-starts-at-one"))