Searched refs:strcr (Results 1 – 2 of 2) sorted by relevance
90 u32 strcr = 0, scr; in imx_ssi_set_dai_fmt() local98 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSI | in imx_ssi_set_dai_fmt()108 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP; in imx_ssi_set_dai_fmt()112 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL; in imx_ssi_set_dai_fmt()116 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL | in imx_ssi_set_dai_fmt()124 strcr ^= SSI_STCR_TSCKP | SSI_STCR_TFSI; in imx_ssi_set_dai_fmt()127 strcr ^= SSI_STCR_TSCKP; in imx_ssi_set_dai_fmt()130 strcr ^= SSI_STCR_TFSI; in imx_ssi_set_dai_fmt()145 strcr |= SSI_STCR_TFEN0; in imx_ssi_set_dai_fmt()152 writel(strcr, ssi->base + SSI_STCR); in imx_ssi_set_dai_fmt()[all …]
870 u32 strcr = 0, scr = 0, stcr, srcr, mask; in _fsl_ssi_set_dai_fmt() local878 strcr |= SSI_STCR_TXBIT0; in _fsl_ssi_set_dai_fmt()908 strcr |= SSI_STCR_TFSI | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()912 strcr |= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()916 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP | SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()920 strcr |= SSI_STCR_TFSL | SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()924 strcr |= SSI_STCR_TEFS; in _fsl_ssi_set_dai_fmt()939 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()943 strcr ^= SSI_STCR_TFSI; in _fsl_ssi_set_dai_fmt()947 strcr ^= SSI_STCR_TSCKP; in _fsl_ssi_set_dai_fmt()[all …]