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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394.c152 f->frame_end_branch = NULL;
388 f->frame_end_branch = &(block->u.out.u.empty.ol.q[2]);
442 f->frame_end_branch = &(block->u.out.u.full.u.cross.ol.q[2]);
477 f->frame_end_branch = &(block->u.out.u.full.u.nocross.ol.q[2]);
508 *(f->frame_end_branch) = cpu_to_le32(f->descriptor_pool_dma | f->first_n_descriptors);
533 (unsigned long) f->frame_end_branch);
539 if (video->frames[last_frame]->frame_end_branch) {
543 *(video->frames[last_frame]->frame_end_branch) = cpu_to_le32(f->descriptor_pool_dma | f->first_n_descriptors);
549 temp = le32_to_cpu(*(video->frames[last_frame]->frame_end_branch - 2));
551 *(video->frames[last_frame]->frame_end_branch
[all...]
H A Ddv1394-private.h359 u32 *frame_end_branch; member in struct:frame

Completed in 159 milliseconds