Searched refs:regwmask (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/soc/
H A Dsoc-ops.c886 unsigned int regwmask = (1UL<<regwshift)-1; local
896 val |= (regval & regwmask) << (regwshift*(regcount-i-1));
931 unsigned int regwmask = (1UL<<regwshift)-1; local
945 unsigned int regval = (val >> (regwshift*(regcount-i-1))) & regwmask;
946 unsigned int regmask = (mask >> (regwshift*(regcount-i-1))) & regwmask;

Completed in 160 milliseconds