Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/stm/
Dstm32_sai_sub.c145 case STM_SAI_SLOTR_REGX: in stm32_sai_sub_readable_reg()
175 case STM_SAI_SLOTR_REGX: in stm32_sai_sub_writeable_reg()
586 regmap_update_bits(sai->regmap, STM_SAI_SLOTR_REGX, slotr_mask, slotr); in stm32_sai_set_dai_tdm_slot()
812 regmap_read(sai->regmap, STM_SAI_SLOTR_REGX, &slotr); in stm32_sai_set_slots()
834 regmap_update_bits(sai->regmap, STM_SAI_SLOTR_REGX, in stm32_sai_set_slots()
842 STM_SAI_SLOTR_REGX, SAI_XSLOTR_SLOTEN_MASK, in stm32_sai_set_slots()
878 regmap_update_bits(sai->regmap, STM_SAI_SLOTR_REGX, in stm32_sai_set_frame()
Dstm32_sai.h20 #define STM_SAI_SLOTR_REGX 0x0C macro