u-boot/include/max96745.h
.. .. @@ -17,6 +17,21 @@ 17 17 #define RESET_ALL BIT(7) 18 18 #define SLEEP BIT(3) 19 19 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 +20 35 /* 0076h, 0086h */ 21 36 #define DIS_REM_CC BIT(7) 22 37