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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dohci.c73 __le32 branch_address; member in struct:descriptor
617 ab->descriptor.branch_address = 0;
619 wmb(); /* finish init of new descriptors before branch_address update */
620 ctx->last_buffer->descriptor.branch_address = cpu_to_le32(ab_bus | 1);
890 while (last->branch_address != 0) {
892 address = le32_to_cpu(last->branch_address);
1034 le32_to_cpu(ctx->last->branch_address));
1050 wmb(); /* finish init of new descriptors before branch_address update */
1051 ctx->prev->branch_address = cpu_to_le32(d_bus | z);
2563 d[0].branch_address
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Ddv1394.c229 __le32 *branch_address, *last_branch_address = NULL; local
391 branch_address = &(block->u.out.u.empty.ol.q[2]);
445 branch_address = &(block->u.out.u.full.u.cross.ol.q[2]);
480 branch_address = &(block->u.out.u.full.u.nocross.ol.q[2]);
499 last_branch_address = branch_address;

Completed in 200 milliseconds