Lines Matching defs:shift
100 1 << w->shift, 1 << w->shift);
105 1 << w->shift, 0);
897 bool arizona_input_analog(struct snd_soc_component *component, int shift)
899 unsigned int reg = ARIZONA_IN1L_CONTROL + ((shift / 2) * 8);
913 if (w->shift % 2)
914 reg = ARIZONA_ADC_DIGITAL_VOLUME_1L + ((w->shift / 2) * 8);
916 reg = ARIZONA_ADC_DIGITAL_VOLUME_1R + ((w->shift / 2) * 8);
962 switch (w->shift) {
989 switch (w->shift) {
1012 switch (w->shift) {
1042 switch (w->shift) {
1077 unsigned int mask = 1 << w->shift;
1246 val = 1 << w->shift;
1249 val = 1 << (w->shift + 1);