aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100/b100_regs.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-02-04 16:38:15 -0800
committerJosh Blum <josh@joshknows.com>2012-02-04 16:38:15 -0800
commitc6e63c9d2af2c0b2e168aa6fdd63fe7b214927de (patch)
tree7d2bf4c7480f68c55eb215fcad16ef400d29dfcc /host/lib/usrp/b100/b100_regs.hpp
parent1e3cb86432ee1d695a12fd99590206e43caab2cc (diff)
downloaduhd-c6e63c9d2af2c0b2e168aa6fdd63fe7b214927de.tar.gz
uhd-c6e63c9d2af2c0b2e168aa6fdd63fe7b214927de.tar.bz2
uhd-c6e63c9d2af2c0b2e168aa6fdd63fe7b214927de.zip
b100/e100: unify rx/tx fifo clears into one
Diffstat (limited to 'host/lib/usrp/b100/b100_regs.hpp')
-rw-r--r--host/lib/usrp/b100/b100_regs.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/host/lib/usrp/b100/b100_regs.hpp b/host/lib/usrp/b100/b100_regs.hpp
index cc94d0a2a..77b643372 100644
--- a/host/lib/usrp/b100/b100_regs.hpp
+++ b/host/lib/usrp/b100/b100_regs.hpp
@@ -103,8 +103,7 @@
#define B100_SR_TX_FRONT 54 // 5 regs (+0 to +4)
#define B100_SR_REG_TEST32 60 // 1 reg
-#define B100_SR_CLEAR_RX_FIFO 61 // 1 reg
-#define B100_SR_CLEAR_TX_FIFO 62 // 1 reg
+#define B100_SR_CLEAR_FIFO 61 // 1 reg
#define B100_SR_GLOBAL_RESET 63 // 1 reg
#define B100_SR_USER_REGS 64 // 2 regs
@@ -117,8 +116,7 @@
/////////////////////////////////////////////////
// Magic reset regs
////////////////////////////////////////////////
-#define B100_REG_CLEAR_RX B100_REG_SR_ADDR(B100_SR_CLEAR_RX_FIFO)
-#define B100_REG_CLEAR_TX B100_REG_SR_ADDR(B100_SR_CLEAR_RX_FIFO)
+#define B100_REG_CLEAR_FIFO B100_REG_SR_ADDR(B100_SR_CLEAR_FIFO)
#define B100_REG_GLOBAL_RESET B100_REG_SR_ADDR(B100_SR_GLOBAL_RESET)
#endif