Home
last modified time | relevance | path

Searched refs:regwshift (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/
H A Dsoc-ops.c679 unsigned int regwshift = val_bytes * BITS_PER_BYTE;
680 unsigned int regwmask = GENMASK(regwshift - 1, 0); in snd_soc_info_xr_sx()
688 val |= (regval & regwmask) << (regwshift * (regcount - i - 1)); in snd_soc_info_xr_sx()
724 unsigned int regwshift = val_bytes * BITS_PER_BYTE; in snd_soc_get_xr_sx()
725 unsigned int regwmask = GENMASK(regwshift - 1, 0); in snd_soc_get_xr_sx()
737 unsigned int regval = (val >> (regwshift * (regcount - i - 1))) &
739 unsigned int regmask = (mask >> (regwshift * (regcount - i - 1))) &
717 unsigned int regwshift = component->val_bytes * BITS_PER_BYTE; snd_soc_get_xr_sx() local
761 unsigned int regwshift = component->val_bytes * BITS_PER_BYTE; snd_soc_put_xr_sx() local