Go to the documentation of this file.
21 #include <linux/types.h>
22 #include <linux/pci.h>
75 #ifdef CONFIG_PM_SLEEP
203 #define PLL_INT (1 << 10)
204 #define FI_INT (1 << 9)
205 #define IT_INT (1 << 8)
206 #define PCI_INT (1 << 7)
207 #define URT_INT (1 << 6)
208 #define GPI_INT (1 << 5)
209 #define MIX_INT (1 << 4)
210 #define DAI_INT (1 << 3)
211 #define TP_INT (1 << 2)
212 #define DSP_INT (1 << 1)
213 #define SRC_INT (1 << 0)