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