Home
last modified time | relevance | path

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

/sound/soc/fsl/
Dimx-ssi.c68 sccr |= SSI_STCCR_DC(slots - 1); in imx_ssi_set_dai_tdm_slot()
73 sccr |= SSI_STCCR_DC(slots - 1); in imx_ssi_set_dai_tdm_slot()
421 writel(SSI_STCCR_WL(16) | SSI_STCCR_DC(12), base + SSI_STCCR); in setup_channel_to_ac97()
422 writel(SSI_STCCR_WL(16) | SSI_STCCR_DC(12), base + SSI_SRCCR); in setup_channel_to_ac97()
Dimx-ssi.h117 #define SSI_STCCR_DC(x) (((x) & 0x1f) << 8) macro