xcsr 45 sound/soc/fsl/fsl_sai.c u32 flags, xcsr, mask; xcsr 56 sound/soc/fsl/fsl_sai.c regmap_read(sai->regmap, FSL_SAI_TCSR(ofs), &xcsr); xcsr 57 sound/soc/fsl/fsl_sai.c flags = xcsr & mask; xcsr 73 sound/soc/fsl/fsl_sai.c xcsr |= FSL_SAI_CSR_FR; xcsr 83 sound/soc/fsl/fsl_sai.c xcsr &= ~FSL_SAI_CSR_xF_MASK; xcsr 86 sound/soc/fsl/fsl_sai.c regmap_write(sai->regmap, FSL_SAI_TCSR(ofs), flags | xcsr); xcsr 90 sound/soc/fsl/fsl_sai.c regmap_read(sai->regmap, FSL_SAI_RCSR(ofs), &xcsr); xcsr 91 sound/soc/fsl/fsl_sai.c flags = xcsr & mask; xcsr 107 sound/soc/fsl/fsl_sai.c xcsr |= FSL_SAI_CSR_FR; xcsr 117 sound/soc/fsl/fsl_sai.c xcsr &= ~FSL_SAI_CSR_xF_MASK; xcsr 120 sound/soc/fsl/fsl_sai.c regmap_write(sai->regmap, FSL_SAI_RCSR(ofs), flags | xcsr); xcsr 533 sound/soc/fsl/fsl_sai.c u32 xcsr, count = 100; xcsr 573 sound/soc/fsl/fsl_sai.c regmap_read(sai->regmap, FSL_SAI_xCSR(!tx, ofs), &xcsr); xcsr 574 sound/soc/fsl/fsl_sai.c if (!(xcsr & FSL_SAI_CSR_FRDE)) { xcsr 585 sound/soc/fsl/fsl_sai.c FSL_SAI_xCSR(tx, ofs), &xcsr); xcsr 586 sound/soc/fsl/fsl_sai.c } while (--count && xcsr & FSL_SAI_CSR_TERE);