Searched refs:SSI_STCCR_WL_MASK (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/sound/soc/fsl/ | ||
| D | imx-ssi.h | 115 #define SSI_STCCR_WL_MASK (0xf << 13) macro |
| D | imx-ssi.c | 248 sccr = readl(ssi->base + reg) & ~SSI_STCCR_WL_MASK; in imx_ssi_hw_params() |