Lines Matching defs:shift
292 1 << w->shift, 1 << w->shift);
296 1 << w->shift, 0);
504 int dom_grp = w->shift;
2272 if (w->shift % 2)
2273 reg = MADERA_ADC_DIGITAL_VOLUME_1L + ((w->shift / 2) * 8);
2275 reg = MADERA_ADC_DIGITAL_VOLUME_1R + ((w->shift / 2) * 8);
2334 switch (w->shift) {
2350 switch (w->shift) {
2370 switch (w->shift) {
2386 switch (w->shift) {
2417 unsigned int mask = 1 << w->shift;
2418 unsigned int out_num = w->shift / 2;
2471 val = 1 << w->shift;
2474 val = 1 << (w->shift + 1);
3844 unsigned int shift)
3858 src = (src & mask) >> shift;