Home
last modified time | relevance | path

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

/tools/firewire/
Dnosy-dump.c718 int high_width, low_width; in decode_link_packet() local
722 high_width = ((offset + 31) & ~31) - offset; in decode_link_packet()
723 low_width = f->width - high_width; in decode_link_packet()
725 bits = get_bits(packet, offset, high_width); in decode_link_packet()
727 get_bits(packet, offset + high_width, low_width); in decode_link_packet()