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