We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db8d7c commit d8dba89Copy full SHA for d8dba89
include/linux/soundwire/sdw_intel.h
@@ -76,19 +76,23 @@
76
#define SDW_SHIM_IOCTL_CIBD BIT(8)
77
#define SDW_SHIM_IOCTL_DIBD BIT(9)
78
79
+/* Wake Enable*/
80
#define SDW_SHIM_WAKEEN 0x190
81
+
82
+#define SDW_SHIM_WAKEEN_ENABLE BIT(0)
83
84
+/* Wake Status */
85
#define SDW_SHIM_WAKESTS 0x192
86
87
+#define SDW_SHIM_WAKESTS_STATUS BIT(0)
88
89
/* AC Timing control */
90
#define SDW_SHIM_CTMCTL(x) (0x06E + 0x60 * (x))
91
92
#define SDW_SHIM_CTMCTL_DACTQE BIT(0)
93
#define SDW_SHIM_CTMCTL_DODS BIT(1)
94
#define SDW_SHIM_CTMCTL_DOAIS GENMASK(4, 3)
95
-#define SDW_SHIM_WAKEEN_ENABLE BIT(0)
-#define SDW_SHIM_WAKESTS_STATUS BIT(0)
-
96
/* Intel ALH Register definitions */
97
#define SDW_ALH_STRMZCFG(x) (0x000 + (0x4 * (x)))
98
#define SDW_ALH_NUM_STREAMS 64
0 commit comments