summaryrefslogtreecommitdiff
path: root/baseboard/octopus/cbi_ssfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/octopus/cbi_ssfc.h')
-rw-r--r--baseboard/octopus/cbi_ssfc.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/baseboard/octopus/cbi_ssfc.h b/baseboard/octopus/cbi_ssfc.h
index 0b9eafc888..570c240da1 100644
--- a/baseboard/octopus/cbi_ssfc.h
+++ b/baseboard/octopus/cbi_ssfc.h
@@ -1,4 +1,4 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+/* Copyright 2020 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -18,8 +18,8 @@ enum ssfc_tcpc_p1 {
SSFC_TCPC_P1_PS8751,
SSFC_TCPC_P1_PS8755,
};
-#define SSFC_TCPC_P1_OFFSET 0
-#define SSFC_TCPC_P1_MASK GENMASK(2, 0)
+#define SSFC_TCPC_P1_OFFSET 0
+#define SSFC_TCPC_P1_MASK GENMASK(2, 0)
/*
* PPC Port 1 (Bits 3-5)
@@ -29,8 +29,8 @@ enum ssfc_ppc_p1 {
SSFC_PPC_P1_NX20P348X,
SSFC_PPC_P1_SYV682X,
};
-#define SSFC_PPC_P1_OFFSET 3
-#define SSFC_PPC_P1_MASK GENMASK(5, 3)
+#define SSFC_PPC_P1_OFFSET 3
+#define SSFC_PPC_P1_MASK GENMASK(5, 3)
/*
* Charger (Bits 8-6)
@@ -40,8 +40,8 @@ enum ssfc_charger {
SSFC_CHARGER_ISL9238,
SSFC_CHARGER_BQ25710,
};
-#define SSFC_CHARGER_OFFSET 6
-#define SSFC_CHARGER_MASK GENMASK(8, 6)
+#define SSFC_CHARGER_OFFSET 6
+#define SSFC_CHARGER_MASK GENMASK(8, 6)
/*
* Audio (Bits 11-9)
@@ -56,8 +56,8 @@ enum ssfc_sensor {
SSFC_SENSOR_ICM426XX,
SSFC_SENSOR_BMI260,
};
-#define SSFC_SENSOR_OFFSET 12
-#define SSFC_SENSOR_MASK GENMASK(14, 12)
+#define SSFC_SENSOR_OFFSET 12
+#define SSFC_SENSOR_MASK GENMASK(14, 12)
enum ssfc_tcpc_p1 get_cbi_ssfc_tcpc_p1(void);
enum ssfc_ppc_p1 get_cbi_ssfc_ppc_p1(void);