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

/linux-master/sound/soc/fsl/
H A Dfsl_sai.h119 #define FSL_SAI_CR2_SYNC BIT(30) macro
H A Dfsl_sai.c786 regmap_update_bits(sai->regmap, FSL_SAI_TCR2(ofs), FSL_SAI_CR2_SYNC,
787 sai->synchronous[TX] ? FSL_SAI_CR2_SYNC : 0);
788 regmap_update_bits(sai->regmap, FSL_SAI_RCR2(ofs), FSL_SAI_CR2_SYNC,
789 sai->synchronous[RX] ? FSL_SAI_CR2_SYNC : 0);

Completed in 205 milliseconds