Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/fsl/
Dfsl_ssi.c919 strcr |= SSI_STCR_TFSI | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()
923 strcr |= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
927 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()
931 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
950 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
958 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
992 mask = SSI_STCR_TFDIR | SSI_STCR_TXDIR | SSI_STCR_TSCKP | in _fsl_ssi_set_dai_fmt()
Dimx-ssi.h81 #define SSI_STCR_TSCKP (1 << 3) macro
Dfsl_ssi.h158 #define SSI_STCR_TSCKP 0x00000008 macro