Lines Matching defs:shift
1095 int shift = kcontrol->private_value;
1098 val = ac97->regs[AC97_SIGMATEL_OUTSEL] >> shift;
1109 int shift = kcontrol->private_value;
1119 7 << shift, val << shift, 0);
1134 int shift = kcontrol->private_value;
1138 ucontrol->value.enumerated.item[0] = (val >> shift) & 7;
1145 int shift = kcontrol->private_value;
1147 return ac97_update_bits_page(ac97, AC97_SIGMATEL_INSEL, 7 << shift,
1148 ucontrol->value.enumerated.item[0] << shift, 0);
1176 #define STAC9758_OUTPUT_JACK(xname, shift) \
1181 .private_value = shift }
1182 #define STAC9758_INPUT_JACK(xname, shift) \
1187 .private_value = shift }
3655 unsigned short shift;
3665 .shift = 0,
3673 .shift = 2,
3681 .shift = 4,
3717 vt1618_uaj[kcontrol->private_value].shift;
3728 vt1618_uaj[kcontrol->private_value].shift,