Lines Matching defs:shift
2086 unsigned int reg, shift, val;
2091 switch (w->shift) {
2094 shift = RT5663_V2_AD_STO1_TRACK_SHIFT;
2098 shift = RT5663_DA_STO1_TRACK_SHIFT;
2104 switch (w->shift) {
2107 shift = RT5663_AD_STO1_TRACK_SHIFT;
2111 shift = RT5663_DA_STO1_TRACK_SHIFT;
2118 val = (snd_soc_component_read(component, reg) >> shift) & 0x7;
2899 int mask, shift, val;
2918 shift = RT5663_V2_PLL1_SRC_SHIFT;
2922 shift = RT5663_PLL1_SRC_SHIFT;
2940 snd_soc_component_update_bits(component, RT5663_GLB_CLK, mask, (val << shift));