Commit ab83fc38 authored by Maciej Lipinski's avatar Maciej Lipinski

wr_streamers: remove unused register from WB

parent ec65fcec
......@@ -3,7 +3,7 @@
* File : ./doc/wr_streamers.h
* Author : auto-generated by wbgen2 from wr_streamers_wb.wb
* Created : Thu May 23 10:58:36 2019
* Created : Thu May 23 16:11:14 2019
* Version : 0x00000002
* Standard : ANSI C
......@@ -366,14 +366,6 @@
/* definitions for register: Rx statistics */
/* definitions for field: WR Streamer RX Buffer Overflow Count in reg: Rx statistics */
#define WR_STREAMERS_RX_STAT14_RX_BUF_OVERFLOW_CNT_MASK WBGEN2_GEN_MASK(0, 32)
#define WR_STREAMERS_RX_STAT14_RX_BUF_OVERFLOW_CNT_SHIFT 0
#define WR_STREAMERS_RX_STAT14_RX_BUF_OVERFLOW_CNT_W(value) WBGEN2_GEN_WRITE(value, 0, 32)
#define WR_STREAMERS_RX_STAT14_RX_BUF_OVERFLOW_CNT_R(reg) WBGEN2_GEN_READ(reg, 0, 32)
/* definitions for register: Rx statistics */
/* definitions for field: WR Streamer RX Late Frames Count (LSB) in reg: Rx statistics */
#define WR_STREAMERS_RX_STAT15_RX_LATE_FRAMES_CNT_LSB_MASK WBGEN2_GEN_MASK(0, 32)
#define WR_STREAMERS_RX_STAT15_RX_LATE_FRAMES_CNT_LSB_SHIFT 0
......@@ -500,20 +492,18 @@ PACKED struct WR_STREAMERS_WB {
/* [0x88]: REG Reset Register */
uint32_t RSTR;
/* [0x8c]: REG Rx statistics */
uint32_t RX_STAT14;
/* [0x90]: REG Rx statistics */
uint32_t RX_STAT15;
/* [0x94]: REG Rx statistics */
/* [0x90]: REG Rx statistics */
uint32_t RX_STAT16;
/* [0x98]: REG Rx statistics */
/* [0x94]: REG Rx statistics */
uint32_t RX_STAT17;
/* [0x9c]: REG Rx statistics */
/* [0x98]: REG Rx statistics */
uint32_t RX_STAT18;
/* [0xa0]: REG Rx statistics */
/* [0x9c]: REG Rx statistics */
uint32_t RX_STAT19;
/* [0xa4]: REG Rx statistics */
/* [0xa0]: REG Rx statistics */
uint32_t RX_STAT20;
/* [0xa8]: REG Rx Config Reg 6 */
/* [0xa4]: REG Rx Config Reg 6 */
uint32_t RX_CFG6;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment