hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
u-boot/include/max96745.h
....@@ -17,6 +17,21 @@
1717 #define RESET_ALL BIT(7)
1818 #define SLEEP BIT(3)
1919
20
+/* 0011h */
21
+#define CXTP_B BIT(2)
22
+#define CXTP_A BIT(0)
23
+
24
+/* 0028h, 0032h */
25
+#define LINK_EN BIT(7)
26
+#define TX_RATE GENMASK(3, 2)
27
+
28
+/* 0029h, 0033h */
29
+#define RESET_LINK BIT(0)
30
+#define RESET_ONESHOT BIT(1)
31
+
32
+/* 002Ah, 0034h */
33
+#define LINK_LOCKED BIT(0)
34
+
2035 /* 0076h, 0086h */
2136 #define DIS_REM_CC BIT(7)
2237