summaryrefslogtreecommitdiff
path: root/driver/ppc/sn5s330.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/ppc/sn5s330.h')
-rw-r--r--driver/ppc/sn5s330.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/driver/ppc/sn5s330.h b/driver/ppc/sn5s330.h
index 263452a5a2..6211c9a06b 100644
--- a/driver/ppc/sn5s330.h
+++ b/driver/ppc/sn5s330.h
@@ -144,6 +144,15 @@ enum sn5s330_pp_idx {
#define SN5S330_VCONN_ILIM (1 << 1)
/*
+ * INT_MASK_RISE/FALL_EDGE2
+ *
+ * The OV_CC1_CON/OV_CC2_CON bit indicates an over-voltage occurred on
+ * C_CC1/C_CC2.
+ */
+#define SN5S330_CC1_CON (1 << 2)
+#define SN5S330_CC2_CON (1 << 3)
+
+/*
* INT_MASK_RISE/FALL_EDGE_3
*
* The VBUS_GOOD bit indicates VBUS has increased beyond a 4.0V threshold.