Searched refs:output_last (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394-private.h82 struct output_last { u32 q[4]; }; struct
123 static inline void fill_output_last(struct output_last *ol,
233 struct output_last ol; /* CIP header */
243 struct output_last ol; /* data payload */
249 struct output_last ol; /* data payload */
H A Dohci1394.c1874 struct dma_cmd output_last; member in struct:iso_xmit_cmd
1974 u16 xferstatus = le32_to_cpu(cmd->output_last.status) >> 16;
1990 cycle = le32_to_cpu(cmd->output_last.status) & 0x1FFF;
1996 cmd->output_last.status = 0;
2062 next->output_last.control = cpu_to_le32(1 << 28);
2063 next->output_last.control |= cpu_to_le32(1 << 27); /* update timeStamp */
2064 next->output_last.control |= cpu_to_le32(3 << 20); /* want interrupt */
2065 next->output_last.control |= cpu_to_le32(3 << 18); /* enable branch */
2066 next->output_last.control |= cpu_to_le32(len);
2069 next->output_last
[all...]

Completed in 47 milliseconds