Searched refs:PDMIC_CR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/atmel/ |
H A D | atmel-pdmic.c | 121 /* Clear all bits in the Control Register(PDMIC_CR) */ in atmel_pdmic_cpu_dai_startup() 122 regmap_write(dd->regmap, PDMIC_CR, 0); in atmel_pdmic_cpu_dai_startup() 159 ret = snd_soc_component_update_bits(component, PDMIC_CR, in atmel_pdmic_cpu_dai_prepare() 452 snd_soc_component_update_bits(component, PDMIC_CR, PDMIC_CR_ENPDM_MASK, val); in atmel_pdmic_cpu_dai_trigger() 549 regmap_update_bits(dd->regmap, PDMIC_CR, PDMIC_CR_ENPDM_MASK, in atmel_pdmic_interrupt()
|
H A D | atmel-pdmic.h | 7 #define PDMIC_CR 0x00000000 macro
|
/kernel/linux/linux-5.10/sound/soc/atmel/ |
H A D | atmel-pdmic.h | 7 #define PDMIC_CR 0x00000000 macro
|
H A D | atmel-pdmic.c | 121 /* Clear all bits in the Control Register(PDMIC_CR) */ in atmel_pdmic_cpu_dai_startup() 122 regmap_write(dd->regmap, PDMIC_CR, 0); in atmel_pdmic_cpu_dai_startup() 159 ret = snd_soc_component_update_bits(component, PDMIC_CR, in atmel_pdmic_cpu_dai_prepare() 452 snd_soc_component_update_bits(component, PDMIC_CR, PDMIC_CR_ENPDM_MASK, val); in atmel_pdmic_cpu_dai_trigger() 553 regmap_update_bits(dd->regmap, PDMIC_CR, PDMIC_CR_ENPDM_MASK, in atmel_pdmic_interrupt()
|
Completed in 3 milliseconds