Searched refs:SSI_STCR_TFSI (Results 1 – 2 of 2) sorted by relevance
98 strcr |= SSI_STCR_TFSI | SSI_STCR_TEFS | SSI_STCR_TXBIT0; in imx_ssi_set_dai_fmt()122 strcr |= SSI_STCR_TFSI; in imx_ssi_set_dai_fmt()126 strcr &= ~(SSI_STCR_TSCKP | SSI_STCR_TFSI); in imx_ssi_set_dai_fmt()129 strcr |= SSI_STCR_TFSI | SSI_STCR_TSCKP; in imx_ssi_set_dai_fmt()132 strcr &= ~SSI_STCR_TFSI; in imx_ssi_set_dai_fmt()
86 #define SSI_STCR_TFSI (1 << 2) macro