Searched refs:SSI_SRCCR_WL (Results 1 – 2 of 2) sorted by relevance
278 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()
106 #define SSI_SRCCR_WL(x) ((((x) - 2) >> 1) << 13) macro