Lines Matching defs:shift
44 int shift = off * 2;
48 pup &= ~(3 << shift);
49 pup |= pull << shift;
59 int shift = off * 2;
62 pup >>= shift;
72 unsigned int shift = off * 2;
80 cfg <<= shift;
84 con &= ~(0x3 << shift);
135 unsigned int shift = (off & 7) * 4;
143 cfg <<= shift;
147 con &= ~(0xf << shift);
170 unsigned int shift = (off & 7) * 4;
177 con >>= shift;