Home
last modified time | relevance | path

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

/tools/firewire/
Dnosy-dump.c718 int high_width, low_width; in decode_link_packet() local
723 low_width = f->width - high_width; in decode_link_packet()
726 bits = (bits << low_width) | in decode_link_packet()
727 get_bits(packet, offset + high_width, low_width); in decode_link_packet()