summaryrefslogtreecommitdiff
path: root/src/drivers/genesyslogic/gl9750/gl9750.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/genesyslogic/gl9750/gl9750.h')
-rw-r--r--src/drivers/genesyslogic/gl9750/gl9750.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/drivers/genesyslogic/gl9750/gl9750.h b/src/drivers/genesyslogic/gl9750/gl9750.h
new file mode 100644
index 0000000000..e446caefb9
--- /dev/null
+++ b/src/drivers/genesyslogic/gl9750/gl9750.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef DRIVERS_GENESYSLOGIC_GL9750_H
+#define DRIVERS_GENESYSLOGIC_GL9750_H
+
+/* Definitions for Genesys Logic GL9750 */
+
+#define CFG 0x800
+#define CFG_EN 0x1
+#define CFG2 0x848
+#define CFG2_L0S_SUPPORT (0x1 << 6)
+
+#endif /* DRIVERS_GENESYSLOGIC_GL9750_H */