trafgen: Fix incorrect ID Mask value
Use proper value for XTG_ID_MASK. Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
This commit is contained in:
parent
20c1bbaf4f
commit
65d0d4175f
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ extern "C" {
|
|||
#define XTG_LOCK_MASK 0x1 /**< Driven to a*_lock line */
|
||||
#define XTG_BURST_MASK 0x3 /**< Driven to a*_burst line */
|
||||
#define XTG_SIZE_MASK 0x7 /**< Driven to a*_size line */
|
||||
#define XTG_ID_MASK 0x2F /**< Driven to a*_id line */
|
||||
#define XTG_ID_MASK 0x3F /**< Driven to a*_id line */
|
||||
#define XTG_PROT_MASK 0x7 /**< Driven to a*_prot line */
|
||||
#define XTG_LAST_ADDR_MASK 0x7 /**< Last address */
|
||||
#define XTG_VALID_CMD_MASK 0x1 /**< Valid Command */
|
||||
|
|
Loading…
Add table
Reference in a new issue