Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/fsl/
Dimx-ssi.c253 sccr |= SSI_SRCCR_WL(16); in imx_ssi_hw_params()
256 sccr |= SSI_SRCCR_WL(20); in imx_ssi_hw_params()
259 sccr |= SSI_SRCCR_WL(24); in imx_ssi_hw_params()
Dimx-ssi.h102 #define SSI_SRCCR_WL(x) ((((x) - 2) >> 1) << 13) macro