FSL_SAI_TCSR       56 sound/soc/fsl/fsl_sai.c 	regmap_read(sai->regmap, FSL_SAI_TCSR(ofs), &xcsr);
FSL_SAI_TCSR       86 sound/soc/fsl/fsl_sai.c 		regmap_write(sai->regmap, FSL_SAI_TCSR(ofs), flags | xcsr);
FSL_SAI_TCSR      558 sound/soc/fsl/fsl_sai.c 		regmap_update_bits(sai->regmap, FSL_SAI_TCSR(ofs),
FSL_SAI_TCSR      576 sound/soc/fsl/fsl_sai.c 			regmap_update_bits(sai->regmap, FSL_SAI_TCSR(ofs),
FSL_SAI_TCSR      588 sound/soc/fsl/fsl_sai.c 			regmap_update_bits(sai->regmap, FSL_SAI_TCSR(ofs),
FSL_SAI_TCSR      602 sound/soc/fsl/fsl_sai.c 				regmap_write(sai->regmap, FSL_SAI_TCSR(ofs),
FSL_SAI_TCSR      607 sound/soc/fsl/fsl_sai.c 				regmap_write(sai->regmap, FSL_SAI_TCSR(ofs), 0);
FSL_SAI_TCSR      676 sound/soc/fsl/fsl_sai.c 	regmap_write(sai->regmap, FSL_SAI_TCSR(ofs), FSL_SAI_CSR_SR);
FSL_SAI_TCSR      679 sound/soc/fsl/fsl_sai.c 	regmap_write(sai->regmap, FSL_SAI_TCSR(ofs), 0);
FSL_SAI_TCSR      774 sound/soc/fsl/fsl_sai.c 	if (reg >= FSL_SAI_TCSR(ofs) && reg <= FSL_SAI_TCR5(ofs))
FSL_SAI_TCSR      818 sound/soc/fsl/fsl_sai.c 	if (reg == FSL_SAI_TCSR(ofs) || reg == FSL_SAI_RCSR(ofs))
FSL_SAI_TCSR      857 sound/soc/fsl/fsl_sai.c 	if (reg >= FSL_SAI_TCSR(ofs) && reg <= FSL_SAI_TCR5(ofs))
FSL_SAI_TCSR     1139 sound/soc/fsl/fsl_sai.c 	regmap_write(sai->regmap, FSL_SAI_TCSR(ofs), FSL_SAI_CSR_SR);
FSL_SAI_TCSR     1142 sound/soc/fsl/fsl_sai.c 	regmap_write(sai->regmap, FSL_SAI_TCSR(ofs), 0);
FSL_SAI_TCSR       64 sound/soc/fsl/fsl_sai.h #define FSL_SAI_xCSR(tx, ofs)	(tx ? FSL_SAI_TCSR(ofs) : FSL_SAI_RCSR(ofs))