Home
last modified time | relevance | path

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

/linux-3.4.99/sound/soc/imx/
Dimx-ssi.c278 sccr |= SSI_SRCCR_WL(16); in imx_ssi_hw_params()
281 sccr |= SSI_SRCCR_WL(20); in imx_ssi_hw_params()
284 sccr |= SSI_SRCCR_WL(24); in imx_ssi_hw_params()
Dimx-ssi.h106 #define SSI_SRCCR_WL(x) ((((x) - 2) >> 1) << 13) macro