Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/fsl/
Dfsl_ssi.c879 CCSR_SSI_STCR_TSCKP | CCSR_SSI_STCR_TFSI | CCSR_SSI_STCR_TFSL | in _fsl_ssi_set_dai_fmt()
908 strcr |= CCSR_SSI_STCR_TFSI | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
913 strcr |= CCSR_SSI_STCR_TXBIT0 | CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
917 strcr |= CCSR_SSI_STCR_TFSL | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
922 strcr |= CCSR_SSI_STCR_TFSL | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
940 strcr ^= CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
948 strcr ^= CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
Dfsl_ssi.h109 #define CCSR_SSI_STCR_TSCKP 0x00000008 macro