aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_regs.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-07-17 23:54:19 -0700
committerJosh Blum <josh@joshknows.com>2011-07-17 23:54:19 -0700
commit6d47818032de6f05aa74d17e50363df292c50aac (patch)
tree227a24ac939875a9ede4aa7f31d30d241e1df6e6 /host/lib/usrp/usrp2/usrp2_regs.hpp
parent7e1b2a0e3c014bc23aaa7a045efb5f1109818051 (diff)
downloaduhd-6d47818032de6f05aa74d17e50363df292c50aac.tar.gz
uhd-6d47818032de6f05aa74d17e50363df292c50aac.tar.bz2
uhd-6d47818032de6f05aa74d17e50363df292c50aac.zip
usrp2: use the err transport for tx/err, and rx xports are recv only
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_regs.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_regs.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_regs.hpp b/host/lib/usrp/usrp2/usrp2_regs.hpp
index a45a83a21..555e4a3e7 100644
--- a/host/lib/usrp/usrp2/usrp2_regs.hpp
+++ b/host/lib/usrp/usrp2/usrp2_regs.hpp
@@ -54,6 +54,8 @@
#define U2_REG_SR_ADDR(sr) (SETTING_REGS_BASE + (4 * (sr)))
+#define U2_REG_ROUTER_CTRL_PORTS U2_REG_SR_ADDR(SR_BUF_POOL) + 8
+
/////////////////////////////////////////////////
// SPI Slave Constants
////////////////////////////////////////////////