Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/atmel/
H A Datmel-pdmic.c290 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()
335 SOC_SINGLE("High Pass Filter Switch", PDMIC_DSPR0,
338 SOC_SINGLE("SINCC Filter Switch", PDMIC_DSPR0, PDMIC_DSPR0_SINBYP_SHIFT, 1, 1),
425 snd_soc_component_update_bits(component, PDMIC_DSPR0, in atmel_pdmic_cpu_dai_hw_params()
H A Datmel-pdmic.h41 #define PDMIC_DSPR0 0x00000058 macro