stccr 679 sound/soc/fsl/fsl_ssi.c u32 pm = 999, div2, psr, stccr, mask, afreq, factor, i; stccr 760 sound/soc/fsl/fsl_ssi.c stccr = SSI_SxCCR_PM(pm + 1) | (div2 ? SSI_SxCCR_DIV2 : 0) | stccr 766 sound/soc/fsl/fsl_ssi.c regmap_update_bits(regs, REG_SSI_SxCCR(tx2), mask, stccr); stccr 188 sound/soc/fsl/imx-ssi.c u32 stccr, srccr; stccr 190 sound/soc/fsl/imx-ssi.c stccr = readl(ssi->base + SSI_STCCR); stccr 195 sound/soc/fsl/imx-ssi.c stccr &= ~SSI_STCCR_DIV2; stccr 196 sound/soc/fsl/imx-ssi.c stccr |= div; stccr 199 sound/soc/fsl/imx-ssi.c stccr &= ~SSI_STCCR_PSR; stccr 200 sound/soc/fsl/imx-ssi.c stccr |= div; stccr 203 sound/soc/fsl/imx-ssi.c stccr &= ~0xff; stccr 204 sound/soc/fsl/imx-ssi.c stccr |= SSI_STCCR_PM(div); stccr 207 sound/soc/fsl/imx-ssi.c stccr &= ~SSI_STCCR_DIV2; stccr 208 sound/soc/fsl/imx-ssi.c stccr |= div; stccr 211 sound/soc/fsl/imx-ssi.c stccr &= ~SSI_STCCR_PSR; stccr 212 sound/soc/fsl/imx-ssi.c stccr |= div; stccr 215 sound/soc/fsl/imx-ssi.c stccr &= ~0xff; stccr 216 sound/soc/fsl/imx-ssi.c stccr |= SSI_STCCR_PM(div); stccr 222 sound/soc/fsl/imx-ssi.c writel(stccr, ssi->base + SSI_STCCR);