Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ieee1394/
Ddv1394.c206 f->frame_end_branch = NULL; in frame_reset()
442 f->frame_end_branch = &(block->u.out.u.empty.ol.q[2]); in frame_prepare()
496 f->frame_end_branch = &(block->u.out.u.full.u.cross.ol.q[2]); in frame_prepare()
531 f->frame_end_branch = &(block->u.out.u.full.u.nocross.ol.q[2]); in frame_prepare()
562 *(f->frame_end_branch) = cpu_to_le32(f->descriptor_pool_dma | f->first_n_descriptors); in frame_prepare()
587 (unsigned long) f->frame_end_branch); in frame_prepare()
593 if (video->frames[last_frame]->frame_end_branch) { in frame_prepare()
597 …*(video->frames[last_frame]->frame_end_branch) = cpu_to_le32(f->descriptor_pool_dma | f->first_n_d… in frame_prepare()
603 temp = le32_to_cpu(*(video->frames[last_frame]->frame_end_branch - 2)); in frame_prepare()
605 *(video->frames[last_frame]->frame_end_branch - 2) = cpu_to_le32(temp); in frame_prepare()
[all …]
Ddv1394-private.h359 u32 *frame_end_branch; member