FSL_SAI_RCSR       90 sound/soc/fsl/fsl_sai.c 	regmap_read(sai->regmap, FSL_SAI_RCSR(ofs), &xcsr);
FSL_SAI_RCSR      120 sound/soc/fsl/fsl_sai.c 		regmap_write(sai->regmap, FSL_SAI_RCSR(ofs), flags | xcsr);
FSL_SAI_RCSR      556 sound/soc/fsl/fsl_sai.c 		regmap_update_bits(sai->regmap, FSL_SAI_RCSR(ofs),
FSL_SAI_RCSR      578 sound/soc/fsl/fsl_sai.c 			regmap_update_bits(sai->regmap, FSL_SAI_RCSR(ofs),
FSL_SAI_RCSR      590 sound/soc/fsl/fsl_sai.c 			regmap_update_bits(sai->regmap, FSL_SAI_RCSR(ofs),
FSL_SAI_RCSR      604 sound/soc/fsl/fsl_sai.c 				regmap_write(sai->regmap, FSL_SAI_RCSR(ofs),
FSL_SAI_RCSR      608 sound/soc/fsl/fsl_sai.c 				regmap_write(sai->regmap, FSL_SAI_RCSR(ofs), 0);
FSL_SAI_RCSR      677 sound/soc/fsl/fsl_sai.c 	regmap_write(sai->regmap, FSL_SAI_RCSR(ofs), FSL_SAI_CSR_SR);
FSL_SAI_RCSR      680 sound/soc/fsl/fsl_sai.c 	regmap_write(sai->regmap, FSL_SAI_RCSR(ofs), 0);
FSL_SAI_RCSR      777 sound/soc/fsl/fsl_sai.c 	if (reg >= FSL_SAI_RCSR(ofs) && reg <= FSL_SAI_RCR5(ofs))
FSL_SAI_RCSR      818 sound/soc/fsl/fsl_sai.c 	if (reg == FSL_SAI_TCSR(ofs) || reg == FSL_SAI_RCSR(ofs))
FSL_SAI_RCSR      860 sound/soc/fsl/fsl_sai.c 	if (reg >= FSL_SAI_RCSR(ofs) && reg <= FSL_SAI_RCR5(ofs))
FSL_SAI_RCSR     1140 sound/soc/fsl/fsl_sai.c 	regmap_write(sai->regmap, FSL_SAI_RCSR(ofs), FSL_SAI_CSR_SR);
FSL_SAI_RCSR     1143 sound/soc/fsl/fsl_sai.c 	regmap_write(sai->regmap, FSL_SAI_RCSR(ofs), 0);
FSL_SAI_RCSR       64 sound/soc/fsl/fsl_sai.h #define FSL_SAI_xCSR(tx, ofs)	(tx ? FSL_SAI_TCSR(ofs) : FSL_SAI_RCSR(ofs))