Lines Matching defs:index
38 * from 0x1 to 0x7 (index starts at one)
40 * val = 0x4 really means "bit 2, index starts at bit 0"
66 static int ti_clk_mux_set_parent(struct clk_hw *hw, u8 index)
72 index = mux->table[index];
75 index = (1 << ffs(index));
78 index++;
87 val |= index << mux->shift;
204 if (of_property_read_bool(node, "ti,index-starts-at-one"))
245 mux->reg.index = setup->module;
275 if (of_property_read_bool(node, "ti,index-starts-at-one"))