summaryrefslogtreecommitdiffstats
path: root/host/apps
diff options
context:
space:
mode:
authorPhilip Balister <balister@moose.(none)>2010-05-07 16:14:28 -0400
committerPhilip Balister <balister@moose.(none)>2010-05-07 16:14:28 -0400
commit6c306995a733622a0b0c3fb8c13c23dc8301d926 (patch)
tree4fa2f28f06287f05a3d2c65412814bf8c2fbfab7 /host/apps
parent8df3a38c3be477a02c4b9d636a3ddd647e55e4a5 (diff)
downloaduhd-6c306995a733622a0b0c3fb8c13c23dc8301d926.tar.gz
uhd-6c306995a733622a0b0c3fb8c13c23dc8301d926.tar.bz2
uhd-6c306995a733622a0b0c3fb8c13c23dc8301d926.zip
Update usrp_e.h file from kernel header.
Diffstat (limited to 'host/apps')
-rw-r--r--host/apps/omap_debug/usrp_e.h5
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