Home
last modified time | relevance | path

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

/sound/soc/fsl/
Dfsl_sai.c337 regmap_update_bits(sai->regmap, FSL_SAI_TCR2, FSL_SAI_CR2_SYNC, 0); in fsl_sai_trigger()
338 regmap_update_bits(sai->regmap, FSL_SAI_RCR2, FSL_SAI_CR2_SYNC, in fsl_sai_trigger()
339 sai->synchronous[RX] ? FSL_SAI_CR2_SYNC : 0); in fsl_sai_trigger()
Dfsl_sai.h74 #define FSL_SAI_CR2_SYNC BIT(30) macro