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