strcr             870 sound/soc/fsl/fsl_ssi.c 	u32 strcr = 0, scr = 0, stcr, srcr, mask;
strcr             878 sound/soc/fsl/fsl_ssi.c 	strcr |= SSI_STCR_TXBIT0;
strcr             908 sound/soc/fsl/fsl_ssi.c 		strcr |= SSI_STCR_TFSI | SSI_STCR_TSCKP | SSI_STCR_TEFS;
strcr             912 sound/soc/fsl/fsl_ssi.c 		strcr |= SSI_STCR_TSCKP;
strcr             916 sound/soc/fsl/fsl_ssi.c 		strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP | SSI_STCR_TEFS;
strcr             920 sound/soc/fsl/fsl_ssi.c 		strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP;
strcr             924 sound/soc/fsl/fsl_ssi.c 		strcr |= SSI_STCR_TEFS;
strcr             939 sound/soc/fsl/fsl_ssi.c 		strcr ^= SSI_STCR_TSCKP;
strcr             943 sound/soc/fsl/fsl_ssi.c 		strcr ^= SSI_STCR_TFSI;
strcr             947 sound/soc/fsl/fsl_ssi.c 		strcr ^= SSI_STCR_TSCKP;
strcr             948 sound/soc/fsl/fsl_ssi.c 		strcr ^= SSI_STCR_TFSI;
strcr             958 sound/soc/fsl/fsl_ssi.c 		strcr |= SSI_STCR_TFDIR | SSI_STCR_TXDIR;
strcr             966 sound/soc/fsl/fsl_ssi.c 		strcr |= SSI_STCR_TFDIR;
strcr             972 sound/soc/fsl/fsl_ssi.c 	stcr = strcr;
strcr             973 sound/soc/fsl/fsl_ssi.c 	srcr = strcr;
strcr              83 sound/soc/fsl/imx-ssi.c 	u32 strcr = 0, scr;
strcr              91 sound/soc/fsl/imx-ssi.c 		strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSI |
strcr             101 sound/soc/fsl/imx-ssi.c 		strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP;
strcr             105 sound/soc/fsl/imx-ssi.c 		strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL;
strcr             109 sound/soc/fsl/imx-ssi.c 		strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL |
strcr             117 sound/soc/fsl/imx-ssi.c 		strcr ^= SSI_STCR_TSCKP | SSI_STCR_TFSI;
strcr             120 sound/soc/fsl/imx-ssi.c 		strcr ^= SSI_STCR_TSCKP;
strcr             123 sound/soc/fsl/imx-ssi.c 		strcr ^= SSI_STCR_TFSI;
strcr             138 sound/soc/fsl/imx-ssi.c 	strcr |= SSI_STCR_TFEN0;
strcr             145 sound/soc/fsl/imx-ssi.c 	writel(strcr, ssi->base + SSI_STCR);
strcr             146 sound/soc/fsl/imx-ssi.c 	writel(strcr, ssi->base + SSI_SRCR);