Home
last modified time | relevance | path

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

/linux-2.6.39/sound/soc/imx/
Dimx-ssi.c98 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()
Dimx-ssi.h86 #define SSI_STCR_TFSI (1 << 2) macro