ASoC: fsl_ssi: Add DAI master mode support for SSI on i.MX series
[deliverable/linux.git] / sound / soc / fsl / fsl_ssi.h
index e6b9a69e2a68bea799796ec0ba8d2da096498d62..e6b63240a3d71a597dfa940312b49a0c68ff976f 100644 (file)
@@ -125,7 +125,9 @@ struct ccsr_ssi {
 #define CCSR_SSI_SRCR_REFS             0x00000001
 
 /* STCCR and SRCCR */
+#define CCSR_SSI_SxCCR_DIV2_SHIFT      18
 #define CCSR_SSI_SxCCR_DIV2            0x00040000
+#define CCSR_SSI_SxCCR_PSR_SHIFT       17
 #define CCSR_SSI_SxCCR_PSR             0x00020000
 #define CCSR_SSI_SxCCR_WL_SHIFT                13
 #define CCSR_SSI_SxCCR_WL_MASK         0x0001E000
This page took 0.025232 seconds and 5 git commands to generate.