diff options
author | Josh Blum <josh@joshknows.com> | 2012-02-27 11:37:23 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-02-27 11:37:23 -0800 |
commit | 12260e71f4df4f872a1f5086fd50b8f7ac1408d2 (patch) | |
tree | d9fb42b28f201c4759f7d9213706f939872d1302 /firmware/zpu | |
parent | 11e9429b9515f4e6315b867dbe2fcd17bd8a96a8 (diff) | |
download | uhd-12260e71f4df4f872a1f5086fd50b8f7ac1408d2.tar.gz uhd-12260e71f4df4f872a1f5086fd50b8f7ac1408d2.tar.bz2 uhd-12260e71f4df4f872a1f5086fd50b8f7ac1408d2.zip |
usrp2: removed unused memory map entries
Diffstat (limited to 'firmware/zpu')
-rw-r--r-- | firmware/zpu/lib/memory_map.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/firmware/zpu/lib/memory_map.h b/firmware/zpu/lib/memory_map.h index 0076836a9..9d47522ca 100644 --- a/firmware/zpu/lib/memory_map.h +++ b/firmware/zpu/lib/memory_map.h @@ -285,12 +285,8 @@ typedef struct{ // --- VITA TX CTRL regs --- typedef struct { - volatile uint32_t num_chan; - volatile uint32_t clear_state; // clears out state machine, fifos, - volatile uint32_t report_sid; - volatile uint32_t policy; + volatile uint32_t _pad[4]; volatile uint32_t cyc_per_up; - volatile uint32_t packets_per_up; } sr_tx_ctrl_t; #define sr_tx_ctrl ((sr_tx_ctrl_t *) _SR_ADDR(SR_TX_CTRL)) |