Searched refs:SSI_STCR_TSCKP (Results 1 – 3 of 3) sorted by relevance
947 strcr |= SSI_STCR_TFSI | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()951 strcr |= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()955 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()959 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()978 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()986 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()1020 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