diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-07 21:10:30 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-07 21:10:30 +0000 |
commit | ac17bb0e8a3049944adde0aa5cbdcfb2ea711794 (patch) | |
tree | 8f7bd7ab46f7f9e863c0e5438d16fc4f6cb8c524 /host/apps/omap_debug/usrp_e.h | |
parent | 760f6f840204736439a65d5d773f1dd5e4f4157a (diff) | |
parent | 6c306995a733622a0b0c3fb8c13c23dc8301d926 (diff) | |
download | uhd-ac17bb0e8a3049944adde0aa5cbdcfb2ea711794.tar.gz uhd-ac17bb0e8a3049944adde0aa5cbdcfb2ea711794.tar.bz2 uhd-ac17bb0e8a3049944adde0aa5cbdcfb2ea711794.zip |
Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/apps/omap_debug/usrp_e.h')
-rw-r--r-- | host/apps/omap_debug/usrp_e.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/host/apps/omap_debug/usrp_e.h b/host/apps/omap_debug/usrp_e.h index 0b582f59b..fd74e6e9e 100644 --- a/host/apps/omap_debug/usrp_e.h +++ b/host/apps/omap_debug/usrp_e.h @@ -34,13 +34,8 @@ struct usrp_e_ctl32 { #define UE_SPI_TXRX 1 // Defines for spi ctrl register -#define UE_SPI_CTRL_ASS (1<<13) -#define UE_SPI_CTRL_IE (1<<12) -#define UE_SPI_CTRL_LSB (1<<11) #define UE_SPI_CTRL_TXNEG (1<<10) #define UE_SPI_CTRL_RXNEG (1<<9) -#define UE_SPI_CTRL_GO_BSY (1<<8) -#define UE_SPI_CTRL_CHAR_LEN_MASK 0x7f #define UE_SPI_PUSH_RISE 0 #define UE_SPI_PUSH_FALL UE_SPI_CTRL_TXNEG |