aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e100/usrp_e100_regs.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-01-12 18:30:56 +0000
committerJosh Blum <josh@joshknows.com>2011-01-12 18:33:53 +0000
commitd521bd1c28acf0ca159f8c84a8189bef11fdf65d (patch)
tree6abb6ebdb8be187ce58c3c0e749e9cce07f3fb6b /host/lib/usrp/usrp_e100/usrp_e100_regs.hpp
parentd10f010ec3321e9033c275387cdf6b9f9a2e0f94 (diff)
downloaduhd-d521bd1c28acf0ca159f8c84a8189bef11fdf65d.tar.gz
uhd-d521bd1c28acf0ca159f8c84a8189bef11fdf65d.tar.bz2
uhd-d521bd1c28acf0ca159f8c84a8189bef11fdf65d.zip
usrp-e100: added readbacks for time now and time pps
incremented fpga compat number added slave 7 to regs map removed old copy of regs map
Diffstat (limited to 'host/lib/usrp/usrp_e100/usrp_e100_regs.hpp')
-rw-r--r--host/lib/usrp/usrp_e100/usrp_e100_regs.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp_e100/usrp_e100_regs.hpp b/host/lib/usrp/usrp_e100/usrp_e100_regs.hpp
index 625fb2c35..a57fe5171 100644
--- a/host/lib/usrp/usrp_e100/usrp_e100_regs.hpp
+++ b/host/lib/usrp/usrp_e100/usrp_e100_regs.hpp
@@ -114,6 +114,16 @@
#define UE_REG_ATR_FULL_RXSIDE UE_REG_ATR_BASE + 12
#define UE_REG_ATR_FULL_TXSIDE UE_REG_ATR_BASE + 14
+///////////////////////////////////////////////////
+// Slave 7 -- Readback Mux 32
+
+#define UE_REG_RB_MUX_32_BASE UE_REG_SLAVE(7)
+
+#define UE_REG_RB_TIME_NOW_SECS UE_REG_RB_MUX_32_BASE + 0
+#define UE_REG_RB_TIME_NOW_TICKS UE_REG_RB_MUX_32_BASE + 4
+#define UE_REG_RB_TIME_PPS_SECS UE_REG_RB_MUX_32_BASE + 8
+#define UE_REG_RB_TIME_PPS_TICKS UE_REG_RB_MUX_32_BASE + 12
+
/////////////////////////////////////////////////
// DSP RX Regs
////////////////////////////////////////////////