qcacmn: Fix pcie remap window to 6 bits mask
Per Napier SWI spec, PCIE_REMAP_1M_BAR_CTRL expects 6 bits mask for window selection. Change-Id: I72ac800a9eb133790b611ee1a5b56a0dc8ca49e3 CRs-Fixed: 2142294
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#define WINDOW_ENABLE_BIT 0x80000000
|
||||
#define WINDOW_REG_ADDRESS 0x310C
|
||||
#define WINDOW_SHIFT 19
|
||||
#define WINDOW_VALUE_MASK 0x1F
|
||||
#define WINDOW_VALUE_MASK 0x3F
|
||||
#define WINDOW_START MAX_UNWINDOWED_ADDRESS
|
||||
#define WINDOW_RANGE_MASK 0x7FFFF
|
||||
|
||||
|
Reference in New Issue
Block a user