summaryrefslogtreecommitdiffstats
path: root/src/drivers/genesyslogic/gl9755/gl9755.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/genesyslogic/gl9755/gl9755.h')
-rw-r--r--src/drivers/genesyslogic/gl9755/gl9755.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/genesyslogic/gl9755/gl9755.h b/src/drivers/genesyslogic/gl9755/gl9755.h
index bc347fb16b3c..4d3d7e1b4a68 100644
--- a/src/drivers/genesyslogic/gl9755/gl9755.h
+++ b/src/drivers/genesyslogic/gl9755/gl9755.h
@@ -10,6 +10,7 @@
#define CFG2 0x48
#define CFG2_LAT_L1_MASK ((0x7 << 12) | (0x7 << 3))
#define CFG2_LAT_L1_64US ((0x6 << 12) | (0x6 << 3))
+#define CFG2_L0S_SUPPORT (0x1 << 6)
#define LTR 0x5C
#define SNOOP_VALUE 0x25
#define SNOOP_SCALE (0x3 << 10)