Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/fsl/
Dimx-ssi.c62 sccr |= SSI_STCCR_DC(slots - 1); in imx_ssi_set_dai_tdm_slot()
67 sccr |= SSI_STCCR_DC(slots - 1); in imx_ssi_set_dai_tdm_slot()
412 writel(SSI_STCCR_WL(16) | SSI_STCCR_DC(12), base + SSI_STCCR); in setup_channel_to_ac97()
413 writel(SSI_STCCR_WL(16) | SSI_STCCR_DC(12), base + SSI_SRCCR); in setup_channel_to_ac97()
Dimx-ssi.h113 #define SSI_STCCR_DC(x) (((x) & 0x1f) << 8) macro