Searched refs:SSI_STCR_TSCKP (Results 1 – 4 of 4) sorted by relevance
91 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSI | in imx_ssi_set_dai_fmt()101 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP; in imx_ssi_set_dai_fmt()105 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL; in imx_ssi_set_dai_fmt()109 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL | in imx_ssi_set_dai_fmt()117 strcr ^= SSI_STCR_TSCKP | SSI_STCR_TFSI; in imx_ssi_set_dai_fmt()120 strcr ^= SSI_STCR_TSCKP; in imx_ssi_set_dai_fmt()
918 strcr |= SSI_STCR_TFSI | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()922 strcr |= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()926 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()930 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()949 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()957 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()991 mask = SSI_STCR_TFDIR | SSI_STCR_TXDIR | SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
81 #define SSI_STCR_TSCKP (1 << 3) macro
158 #define SSI_STCR_TSCKP 0x00000008 macro