patch-2.4.22 linux-2.4.22/drivers/ieee1394/dv1394-private.h
Next file: linux-2.4.22/drivers/ieee1394/dv1394.c
Previous file: linux-2.4.22/drivers/ieee1394/dma.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
2003-08-25 04:44:41.000000000 -0700
- Orig file:
linux-2.4.21/drivers/ieee1394/dv1394-private.h
- Orig date:
2003-06-13 07:51:34.000000000 -0700
diff -urN linux-2.4.21/drivers/ieee1394/dv1394-private.h linux-2.4.22/drivers/ieee1394/dv1394-private.h
@@ -97,7 +97,7 @@
omi->q[3] = 0;
/* IT packet header */
- omi->q[4] = cpu_to_le32( (0x0 << 16) /* DMA_SPEED_100 */
+ omi->q[4] = cpu_to_le32( (0x0 << 16) /* IEEE1394_SPEED_100 */
| (tag << 14)
| (channel << 8)
| (TCODE_ISO_DATA << 4)
@@ -129,10 +129,10 @@
u32 temp = 0;
temp |= 1 << 28; /* OUTPUT_LAST */
- if(want_timestamp) /* controller will update timestamp at DMA time */
+ if (want_timestamp) /* controller will update timestamp at DMA time */
temp |= 1 << 27;
- if(want_interrupt)
+ if (want_interrupt)
temp |= 3 << 20;
temp |= 3 << 18; /* must take branch */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)