Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/fsl/
Dimx-ssi.c90 u32 strcr = 0, scr; in imx_ssi_set_dai_fmt() local
98 strcr |= SSI_STCR_TFSI | SSI_STCR_TEFS | SSI_STCR_TXBIT0; in imx_ssi_set_dai_fmt()
107 strcr |= SSI_STCR_TXBIT0; in imx_ssi_set_dai_fmt()
111 strcr |= SSI_STCR_TFSL | SSI_STCR_TXBIT0; in imx_ssi_set_dai_fmt()
115 strcr |= SSI_STCR_TFSL | SSI_STCR_TXBIT0 | SSI_STCR_TEFS; in imx_ssi_set_dai_fmt()
122 strcr |= SSI_STCR_TFSI; in imx_ssi_set_dai_fmt()
123 strcr &= ~SSI_STCR_TSCKP; in imx_ssi_set_dai_fmt()
126 strcr &= ~(SSI_STCR_TSCKP | SSI_STCR_TFSI); in imx_ssi_set_dai_fmt()
129 strcr |= SSI_STCR_TFSI | SSI_STCR_TSCKP; in imx_ssi_set_dai_fmt()
132 strcr &= ~SSI_STCR_TFSI; in imx_ssi_set_dai_fmt()
[all …]
Dfsl_ssi.c795 u32 strcr = 0, stcr, srcr, scr, mask; in _fsl_ssi_set_dai_fmt() local
841 strcr |= CCSR_SSI_STCR_TFSI | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
846 strcr |= CCSR_SSI_STCR_TXBIT0 | CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
850 strcr |= CCSR_SSI_STCR_TFSL | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
855 strcr |= CCSR_SSI_STCR_TFSL | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
873 strcr ^= CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
877 strcr ^= CCSR_SSI_STCR_TFSI; in _fsl_ssi_set_dai_fmt()
881 strcr ^= CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
882 strcr ^= CCSR_SSI_STCR_TFSI; in _fsl_ssi_set_dai_fmt()
891 strcr |= CCSR_SSI_STCR_TFDIR | CCSR_SSI_STCR_TXDIR; in _fsl_ssi_set_dai_fmt()
[all …]