Home
last modified time | relevance | path

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

/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()
Dimx-ssi.h85 #define SSI_STCR_TSCKP (1 << 3) macro