|
@@ -38,7 +38,11 @@
|
|
#else
|
|
#else
|
|
#define WINDOW_ENABLE_BIT 0x80000000
|
|
#define WINDOW_ENABLE_BIT 0x80000000
|
|
#endif
|
|
#endif
|
|
|
|
+#ifdef QCA_WIFI_PEACH
|
|
|
|
+#define WINDOW_REG_ADDRESS 0x3278
|
|
|
|
+#else
|
|
#define WINDOW_REG_ADDRESS 0x310C
|
|
#define WINDOW_REG_ADDRESS 0x310C
|
|
|
|
+#endif
|
|
#define WINDOW_SHIFT 19
|
|
#define WINDOW_SHIFT 19
|
|
#define WINDOW_VALUE_MASK 0x3F
|
|
#define WINDOW_VALUE_MASK 0x3F
|
|
#define WINDOW_START MAX_UNWINDOWED_ADDRESS
|
|
#define WINDOW_START MAX_UNWINDOWED_ADDRESS
|