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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/imx/
H A Dimx-ssi.c98 strcr |= SSI_STCR_TFSI | SSI_STCR_TEFS | SSI_STCR_TXBIT0;
122 strcr |= SSI_STCR_TFSI;
126 strcr &= ~(SSI_STCR_TSCKP | SSI_STCR_TFSI);
129 strcr |= SSI_STCR_TFSI | SSI_STCR_TSCKP;
132 strcr &= ~SSI_STCR_TFSI;
H A Dimx-ssi.h86 #define SSI_STCR_TFSI (1 << 2) macro

Completed in 20 milliseconds