aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/cannonlake/include/soc/gpio_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/cannonlake/include/soc/gpio_defs.h')
-rw-r--r--src/soc/intel/cannonlake/include/soc/gpio_defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/include/soc/gpio_defs.h b/src/soc/intel/cannonlake/include/soc/gpio_defs.h
index e8b4f614ea..3399526cff 100644
--- a/src/soc/intel/cannonlake/include/soc/gpio_defs.h
+++ b/src/soc/intel/cannonlake/include/soc/gpio_defs.h
@@ -255,4 +255,8 @@
#define GPIOTXSTATE_MASK 0x1
#define GPIOPADMODE_MASK 0xC00
#define GPIOPADMODE_SHIFT 10
+#define GPIOTXBUFDIS_MASK 0x100
+#define GPIOTXBUFDIS_SHIFT 8
+#define GPIORXBUFDIS_MASK 0x200
+#define GPIORXBUFDIS_SHIFT 9
#endif