qcacmn: add peach specific BAR remap register offset
Current code has incorrect BAR remap register offset defined. Fix this by adding peach specific BAR remap register offset. Change-Id: I8bbd6270f502da87fa1ccbcf667662bcf916dc03 CRs-Fixed: 3388309
This commit is contained in:

committed by
Madan Koyyalamudi

parent
c79a97bc8a
commit
15ec2eab73
@@ -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
|
||||||
|
Reference in New Issue
Block a user