|
@@ -300,7 +300,10 @@
|
|
#define LCRR_EADC_2 0x00020000
|
|
#define LCRR_EADC_2 0x00020000
|
|
#define LCRR_EADC_3 0x00030000
|
|
#define LCRR_EADC_3 0x00030000
|
|
#define LCRR_EADC_4 0x00000000
|
|
#define LCRR_EADC_4 0x00000000
|
|
-#define LCRR_CLKDIV 0x0000000F
|
|
|
|
|
|
+/* CLKDIV is five bits only on 8536, 8572, and 8610, so far, but the fifth bit
|
|
|
|
+ * should always be zero on older parts that have a four bit CLKDIV.
|
|
|
|
+ */
|
|
|
|
+#define LCRR_CLKDIV 0x0000001F
|
|
#define LCRR_CLKDIV_SHIFT 0
|
|
#define LCRR_CLKDIV_SHIFT 0
|
|
#define LCRR_CLKDIV_2 0x00000002
|
|
#define LCRR_CLKDIV_2 0x00000002
|
|
#define LCRR_CLKDIV_4 0x00000004
|
|
#define LCRR_CLKDIV_4 0x00000004
|