patch-2.4.2 linux/drivers/ieee1394/pcilynx.h
Next file: linux/drivers/ieee1394/raw1394.c
Previous file: linux/drivers/ieee1394/pcilynx.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Sun Feb 4 21:34:18 2001
- Orig file:
v2.4.1/linux/drivers/ieee1394/pcilynx.h
- Orig date:
Mon Dec 11 13:20:21 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/ieee1394/pcilynx.h linux/drivers/ieee1394/pcilynx.h
@@ -80,6 +80,8 @@
struct hpsb_host *host;
int phyid, isroot;
+ int selfid_size;
+ int phy_reg0;
spinlock_t phy_reg_lock;
@@ -248,9 +250,9 @@
#define FIFO_SIZES 0xa00
#define FIFO_CONTROL 0xa10
-#define GRF_FLUSH (1<<4)
-#define ITF_FLUSH (1<<3)
-#define ATF_FLUSH (1<<2)
+#define FIFO_CONTROL_GRF_FLUSH (1<<4)
+#define FIFO_CONTROL_ITF_FLUSH (1<<3)
+#define FIFO_CONTROL_ATF_FLUSH (1<<2)
#define FIFO_XMIT_THRESHOLD 0xa14
@@ -285,8 +287,8 @@
#define DMA_WORD1_CMP_MATCH_OTHERBUS (1<<15)
#define DMA_WORD1_CMP_MATCH_BROADCAST (1<<14)
#define DMA_WORD1_CMP_MATCH_BUS_BCAST (1<<13)
-#define DMA_WORD1_CMP_MATCH_NODE_BCAST (1<<12)
-#define DMA_WORD1_CMP_MATCH_LOCAL (1<<11)
+#define DMA_WORD1_CMP_MATCH_LOCAL_NODE (1<<12)
+#define DMA_WORD1_CMP_MATCH_EXACT (1<<11)
#define DMA_WORD1_CMP_ENABLE_SELF_ID (1<<10)
#define DMA_WORD1_CMP_ENABLE_MASTER (1<<8)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)