Searched refs:PDMIC_DSPR0_SCALE_MASK (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/atmel/ |
H A D | atmel-pdmic.h | 63 #define PDMIC_DSPR0_SCALE_MASK GENMASK(11, 8) macro
|
H A D | atmel-pdmic.c | 290 scale_val = (snd_soc_component_read(component, PDMIC_DSPR0) & PDMIC_DSPR0_SCALE_MASK) in pdmic_get_mic_volsw() 322 ret = snd_soc_component_update_bits(component, PDMIC_DSPR0, PDMIC_DSPR0_SCALE_MASK, in pdmic_put_mic_volsw()
|
/kernel/linux/linux-6.6/sound/soc/atmel/ |
H A D | atmel-pdmic.h | 63 #define PDMIC_DSPR0_SCALE_MASK GENMASK(11, 8) macro
|
H A D | atmel-pdmic.c | 290 scale_val = (snd_soc_component_read(component, PDMIC_DSPR0) & PDMIC_DSPR0_SCALE_MASK) in pdmic_get_mic_volsw() 322 ret = snd_soc_component_update_bits(component, PDMIC_DSPR0, PDMIC_DSPR0_SCALE_MASK, in pdmic_put_mic_volsw()
|
Completed in 3 milliseconds