Lines Matching defs:shift
21 u8 shift;
124 val &= ~(1 << clk->shift);
126 val |= (1 << clk->shift);
138 val |= (1 << clk->shift);
140 val &= ~(1 << clk->shift);
178 * for presence of 'ti,autoidle-shift' property in the device tree
186 u32 shift;
191 if (of_property_read_u32(node, "ti,autoidle-shift", &shift))
199 clk->shift = shift;