Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/fsl/
Dfsl_ssi.c879 u32 strcr = 0, scr = 0, stcr, srcr, mask; in _fsl_ssi_set_dai_fmt() local
888 strcr |= SSI_STCR_TXBIT0; in _fsl_ssi_set_dai_fmt()
919 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()
935 strcr |= SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()
950 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
954 strcr ^= SSI_STCR_TFSI; in _fsl_ssi_set_dai_fmt()
958 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()
[all …]