Searched refs:strcr (Results 1 – 2 of 2) sorted by relevance
83 u32 strcr = 0, scr; in imx_ssi_set_dai_fmt() local91 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSI | in imx_ssi_set_dai_fmt()101 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP; in imx_ssi_set_dai_fmt()105 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL; in imx_ssi_set_dai_fmt()109 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL | in imx_ssi_set_dai_fmt()117 strcr ^= SSI_STCR_TSCKP | SSI_STCR_TFSI; in imx_ssi_set_dai_fmt()120 strcr ^= SSI_STCR_TSCKP; in imx_ssi_set_dai_fmt()123 strcr ^= SSI_STCR_TFSI; in imx_ssi_set_dai_fmt()138 strcr |= SSI_STCR_TFEN0; in imx_ssi_set_dai_fmt()145 writel(strcr, ssi->base + SSI_STCR); in imx_ssi_set_dai_fmt()[all …]
880 u32 strcr = 0, scr = 0, stcr, srcr, mask; in _fsl_ssi_set_dai_fmt() local889 strcr |= SSI_STCR_TXBIT0; in _fsl_ssi_set_dai_fmt()920 strcr |= SSI_STCR_TFSI | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()924 strcr |= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()928 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()932 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()936 strcr |= SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()951 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()955 strcr ^= SSI_STCR_TFSI; in _fsl_ssi_set_dai_fmt()959 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()[all …]