FSL_SAI_CR2_SYNC  540 sound/soc/fsl/fsl_sai.c 	regmap_update_bits(sai->regmap, FSL_SAI_TCR2(ofs), FSL_SAI_CR2_SYNC,
FSL_SAI_CR2_SYNC  541 sound/soc/fsl/fsl_sai.c 			   sai->synchronous[TX] ? FSL_SAI_CR2_SYNC : 0);
FSL_SAI_CR2_SYNC  542 sound/soc/fsl/fsl_sai.c 	regmap_update_bits(sai->regmap, FSL_SAI_RCR2(ofs), FSL_SAI_CR2_SYNC,
FSL_SAI_CR2_SYNC  543 sound/soc/fsl/fsl_sai.c 			   sai->synchronous[RX] ? FSL_SAI_CR2_SYNC : 0);