Home
last modified time | relevance | path

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

/linux/sound/soc/
A Dsoc-ops.c879 unsigned int regwshift = component->val_bytes * BITS_PER_BYTE; in snd_soc_get_xr_sx() local
880 unsigned int regwmask = (1UL<<regwshift)-1; in snd_soc_get_xr_sx()
890 val |= (regval & regwmask) << (regwshift*(regcount-i-1)); in snd_soc_get_xr_sx()
924 unsigned int regwshift = component->val_bytes * BITS_PER_BYTE; in snd_soc_put_xr_sx() local
925 unsigned int regwmask = (1UL<<regwshift)-1; in snd_soc_put_xr_sx()
939 unsigned int regval = (val >> (regwshift*(regcount-i-1))) & regwmask; in snd_soc_put_xr_sx()
940 unsigned int regmask = (mask >> (regwshift*(regcount-i-1))) & regwmask; in snd_soc_put_xr_sx()

Completed in 4 milliseconds