Lines Matching defs:shift
1073 int shift = kcontrol->private_value;
1076 val = ac97->regs[AC97_SIGMATEL_OUTSEL] >> shift;
1087 int shift = kcontrol->private_value;
1097 7 << shift, val << shift, 0);
1112 int shift = kcontrol->private_value;
1116 ucontrol->value.enumerated.item[0] = (val >> shift) & 7;
1123 int shift = kcontrol->private_value;
1125 return ac97_update_bits_page(ac97, AC97_SIGMATEL_INSEL, 7 << shift,
1126 ucontrol->value.enumerated.item[0] << shift, 0);
1154 #define STAC9758_OUTPUT_JACK(xname, shift) \
1159 .private_value = shift }
1160 #define STAC9758_INPUT_JACK(xname, shift) \
1165 .private_value = shift }
3632 unsigned short shift;
3642 .shift = 0,
3650 .shift = 2,
3658 .shift = 4,
3694 vt1618_uaj[kcontrol->private_value].shift;
3705 vt1618_uaj[kcontrol->private_value].shift,