Home
last modified time | relevance | path

Searched refs:STM32_SPDIFRX_CR (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/stm/
H A Dstm32_spdifrx.c22 #define STM32_SPDIFRX_CR 0x00 macro
260 regmap_update_bits(spdifrx->regmap, STM32_SPDIFRX_CR, in stm32_spdifrx_dma_complete()
336 regmap_read(spdifrx->regmap, STM32_SPDIFRX_CR, &cr); in stm32_spdifrx_start_sync()
360 ret = regmap_update_bits(spdifrx->regmap, STM32_SPDIFRX_CR, in stm32_spdifrx_start_sync()
387 regmap_update_bits(spdifrx->regmap, STM32_SPDIFRX_CR, cr_mask, cr); in stm32_spdifrx_stop()
456 STM32_SPDIFRX_CR, SPDIFRX_CR_INSEL_SHIFT,
460 STM32_SPDIFRX_CR, SPDIFRX_CR_CHSEL_SHIFT,
498 ret = regmap_update_bits(spdifrx->regmap, STM32_SPDIFRX_CR, in stm32_spdifrx_get_ctrl_data()
613 case STM32_SPDIFRX_CR: in stm32_spdifrx_readable_reg()
645 case STM32_SPDIFRX_CR in stm32_spdifrx_writeable_reg()
[all...]
/kernel/linux/linux-6.6/sound/soc/stm/
H A Dstm32_spdifrx.c23 #define STM32_SPDIFRX_CR 0x00 macro
261 regmap_update_bits(spdifrx->regmap, STM32_SPDIFRX_CR, in stm32_spdifrx_dma_complete()
337 regmap_read(spdifrx->regmap, STM32_SPDIFRX_CR, &cr); in stm32_spdifrx_start_sync()
361 ret = regmap_update_bits(spdifrx->regmap, STM32_SPDIFRX_CR, in stm32_spdifrx_start_sync()
388 regmap_update_bits(spdifrx->regmap, STM32_SPDIFRX_CR, cr_mask, cr); in stm32_spdifrx_stop()
454 STM32_SPDIFRX_CR, SPDIFRX_CR_INSEL_SHIFT,
458 STM32_SPDIFRX_CR, SPDIFRX_CR_CHSEL_SHIFT,
496 ret = regmap_update_bits(spdifrx->regmap, STM32_SPDIFRX_CR, in stm32_spdifrx_get_ctrl_data()
611 case STM32_SPDIFRX_CR: in stm32_spdifrx_readable_reg()
643 case STM32_SPDIFRX_CR in stm32_spdifrx_writeable_reg()
[all...]

Completed in 3 milliseconds