diff options
| author | Ashish Chaudhari <ashish@ettus.com> | 2015-07-23 22:42:08 -0700 |
|---|---|---|
| committer | Ashish Chaudhari <ashish@ettus.com> | 2015-07-23 22:42:08 -0700 |
| commit | f530b02cbf2ed6ea126a2774803b2c687c24efbc (patch) | |
| tree | 0479650ef1e7968f2d232808ba5537a0616c32be /host/lib/usrp/x300/x300_regs.hpp | |
| parent | 86924e9cca30b3f4d61fa2d2697d742afa6f73b0 (diff) | |
| download | uhd-f530b02cbf2ed6ea126a2774803b2c687c24efbc.tar.gz uhd-f530b02cbf2ed6ea126a2774803b2c687c24efbc.tar.bz2 uhd-f530b02cbf2ed6ea126a2774803b2c687c24efbc.zip | |
x300: Removed radio_rst assertion code
- radio_rst was being asserted to reset the capture iface IDELAYs but
that was excessive and had adverse effects on the rest of the radio
- Replaced radio_rst with a localized IDELAYCTRL reset
Diffstat (limited to 'host/lib/usrp/x300/x300_regs.hpp')
| -rw-r--r-- | host/lib/usrp/x300/x300_regs.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/x300/x300_regs.hpp b/host/lib/usrp/x300/x300_regs.hpp index fb3a42172..6e92a6dbc 100644 --- a/host/lib/usrp/x300/x300_regs.hpp +++ b/host/lib/usrp/x300/x300_regs.hpp @@ -74,6 +74,7 @@ localparam ZPU_SR_ETHINT1 = 56; #define ZPU_SR_SW_RST_ETH_PHY (1<<0) #define ZPU_SR_SW_RST_RADIO_RST (1<<1) #define ZPU_SR_SW_RST_RADIO_CLK_PLL (1<<2) +#define ZPU_SR_SW_RST_ADC_IDELAYCTRL (1<<3) //clock controls #define ZPU_SR_CLOCK_CTRL_CLK_SRC_EXTERNAL 0x00 |
