Lines Matching refs:strcr
83 u32 strcr = 0, scr;
91 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSI |
101 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP;
105 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL;
109 strcr |= SSI_STCR_TXBIT0 | SSI_STCR_TSCKP | SSI_STCR_TFSL |
117 strcr ^= SSI_STCR_TSCKP | SSI_STCR_TFSI;
120 strcr ^= SSI_STCR_TSCKP;
123 strcr ^= SSI_STCR_TFSI;
138 strcr |= SSI_STCR_TFEN0;
145 writel(strcr, ssi->base + SSI_STCR);
146 writel(strcr, ssi->base + SSI_SRCR);