Home
last modified time | relevance | path

Searched refs:SSI_STCR_TSCKP (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/soc/fsl/
Dimx-ssi.c98 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()
Dfsl_ssi.c908 strcr |= SSI_STCR_TFSI | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()
912 strcr |= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
916 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()
920 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
939 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
947 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
981 mask = SSI_STCR_TFDIR | SSI_STCR_TXDIR | SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
Dimx-ssi.h85 #define SSI_STCR_TSCKP (1 << 3) macro
Dfsl_ssi.h158 #define SSI_STCR_TSCKP 0x00000008 macro