Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/fsl/
Dfsl_ssi.c812 CCSR_SSI_STCR_TSCKP | CCSR_SSI_STCR_TFSI | CCSR_SSI_STCR_TFSL | in _fsl_ssi_set_dai_fmt()
841 strcr |= CCSR_SSI_STCR_TFSI | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
846 strcr |= CCSR_SSI_STCR_TXBIT0 | CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
850 strcr |= CCSR_SSI_STCR_TFSL | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
855 strcr |= CCSR_SSI_STCR_TFSL | CCSR_SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
873 strcr ^= CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
881 strcr ^= CCSR_SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
Dfsl_ssi.h109 #define CCSR_SSI_STCR_TSCKP 0x00000008 macro