regwmask          835 sound/soc/soc-ops.c 	unsigned int regwmask = (1UL<<regwshift)-1;
regwmask          849 sound/soc/soc-ops.c 		val |= (regval & regwmask) << (regwshift*(regcount-i-1));
regwmask          884 sound/soc/soc-ops.c 	unsigned int regwmask = (1UL<<regwshift)-1;
regwmask          896 sound/soc/soc-ops.c 		regval = (val >> (regwshift*(regcount-i-1))) & regwmask;
regwmask          897 sound/soc/soc-ops.c 		regmask = (mask >> (regwshift*(regcount-i-1))) & regwmask;