Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds