Lines Matching defs:shift
29 u8 shift;
132 val &= ~(1 << clk->shift);
134 val |= (1 << clk->shift);
146 val |= (1 << clk->shift);
148 val &= ~(1 << clk->shift);
186 * for presence of 'ti,autoidle-shift' property in the device tree
194 u32 shift;
199 if (of_property_read_u32(node, "ti,autoidle-shift", &shift))
207 clk->shift = shift;