Lines Matching defs:shift
72 * @shift: Bit position for divider value
78 u32 shift;
94 div = 1 + ((ctrl >> divclk->shift) & ((1 << divclk->width)-1));
107 * @shift: Bit position for selection value
113 u32 shift;
128 parent = (ctrl >> mux->shift) & ((1 << mux->width) - 1);
216 .shift = 0,
230 .shift = 4,
244 .shift = 8,
258 .shift = 12,
272 .shift = 0,
286 .shift = 4,
300 .shift = 8,
314 .shift = 12,
328 .shift = 16,
349 .shift = 0,
366 .shift = 2,
383 .shift = 4,
400 .shift = 6,
417 .shift = 0,
434 .shift = 2,
451 .shift = 4,
466 .shift = 6,
481 .shift = 9,