Home
last modified time | relevance | path

Searched refs:strcr (Results 1 – 2 of 2) sorted by relevance

/sound/soc/fsl/
Dimx-ssi.c90 u32 strcr = 0, scr; in imx_ssi_set_dai_fmt() local
98 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSI | in imx_ssi_set_dai_fmt()
108 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP; in imx_ssi_set_dai_fmt()
112 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL; in imx_ssi_set_dai_fmt()
116 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL | in imx_ssi_set_dai_fmt()
124 strcr ^= SSI_STCR_TSCKP | SSI_STCR_TFSI; in imx_ssi_set_dai_fmt()
127 strcr ^= SSI_STCR_TSCKP; in imx_ssi_set_dai_fmt()
130 strcr ^= SSI_STCR_TFSI; in imx_ssi_set_dai_fmt()
145 strcr |= SSI_STCR_TFEN0; in imx_ssi_set_dai_fmt()
152 writel(strcr, ssi->base + SSI_STCR); in imx_ssi_set_dai_fmt()
[all …]
Dfsl_ssi.c937 u32 strcr = 0, stcr, srcr, scr, mask; in _fsl_ssi_set_dai_fmt() local
983 strcr |= CCSR_SSI_STCR_TFSI | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
988 strcr |= CCSR_SSI_STCR_TXBIT0 | CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
992 strcr |= CCSR_SSI_STCR_TFSL | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
997 strcr |= CCSR_SSI_STCR_TFSL | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
1015 strcr ^= CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
1019 strcr ^= CCSR_SSI_STCR_TFSI; in _fsl_ssi_set_dai_fmt()
1023 strcr ^= CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
1024 strcr ^= CCSR_SSI_STCR_TFSI; in _fsl_ssi_set_dai_fmt()
1033 strcr |= CCSR_SSI_STCR_TFDIR | CCSR_SSI_STCR_TXDIR; in _fsl_ssi_set_dai_fmt()
[all …]