Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c59 #define DESCRIPTOR_BRANCH_ALWAYS (3 << 2) macro
1053 DESCRIPTOR_BRANCH_ALWAYS); in ar_context_init()
1084 branch = d->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS); in find_branch_descriptor()
1087 if (z == 2 && branch == cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS)) in find_branch_descriptor()
1438 DESCRIPTOR_BRANCH_ALWAYS); in at_context_queue_packet()
2821 while (!(d->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS))) { in handle_ir_packet_per_buffer()
2898 if (pd->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS)) in sync_it_packet_for_cpu()
2911 if (pd->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS)) in sync_it_packet_for_cpu()
2925 } while (!(control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS))); in sync_it_packet_for_cpu()
3332 DESCRIPTOR_BRANCH_ALWAYS | in queue_iso_transmit()
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c59 #define DESCRIPTOR_BRANCH_ALWAYS (3 << 2) macro
1056 DESCRIPTOR_BRANCH_ALWAYS); in ar_context_init()
1087 branch = d->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS); in find_branch_descriptor()
1090 if (z == 2 && branch == cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS)) in find_branch_descriptor()
1440 DESCRIPTOR_BRANCH_ALWAYS); in at_context_queue_packet()
2833 while (!(d->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS))) { in handle_ir_packet_per_buffer()
2910 if (pd->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS)) in sync_it_packet_for_cpu()
2923 if (pd->control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS)) in sync_it_packet_for_cpu()
2937 } while (!(control & cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS))); in sync_it_packet_for_cpu()
3344 DESCRIPTOR_BRANCH_ALWAYS | in queue_iso_transmit()
[all...]

Completed in 10 milliseconds