Lines Matching defs:shift
393 int shift;
412 int shift;
419 /* try all 8 shift values.*/
420 for (shift = 0; shift < 8; shift++) {
422 diff = DIV_ROUND_CLOSEST(mclk, divider << shift) - freq;
432 clock->shift = shift;
476 return clock->mclk / (clock->divider << clock->shift);
499 return clock->mclk / (clock->divider << clock->shift);
536 reg = to.shift & 0x07;/* bottom 3 bits are shift */
546 reg = to.shift & 0x07;/* bottom 3 bits are shift */
561 reg=to.shift & 0x07; /* bottom 3 bits are shift */
573 reg=to.shift & 0x07; /* bottom 3 bits are shift */