|
@@ -14,7 +14,7 @@
|
|
#define GUARD_BYTES (BIT(8) - 1)
|
|
#define GUARD_BYTES (BIT(8) - 1)
|
|
#define ALIGNED_OFFSET (U32_MAX & ~(GUARD_BYTES))
|
|
#define ALIGNED_OFFSET (U32_MAX & ~(GUARD_BYTES))
|
|
#define ADDR_ALIGN BIT(8)
|
|
#define ADDR_ALIGN BIT(8)
|
|
-#define MAX_RELATIVE_OFF (BIT(20) - 1)
|
|
|
|
|
|
+#define MAX_RELATIVE_OFF (BIT(21) - 1)
|
|
#define ABSOLUTE_RANGE BIT(27)
|
|
#define ABSOLUTE_RANGE BIT(27)
|
|
|
|
|
|
#define DECODE_SEL_OP (BIT(HW_BLK_SELECT))
|
|
#define DECODE_SEL_OP (BIT(HW_BLK_SELECT))
|