Searched refs:SSI_SxCCR_WL_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/soc/fsl/
H A Dfsl_ssi.h185 #define SSI_SxCCR_WL_MASK 0x0001E000 macro
187 (((((x) / 2) - 1) << SSI_SxCCR_WL_SHIFT) & SSI_SxCCR_WL_MASK)
H A Dfsl_ssi.c863 regmap_update_bits(regs, REG_SSI_SxCCR(tx2), SSI_SxCCR_WL_MASK, wl);

Completed in 81 milliseconds