Home
last modified time | relevance | path

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

/linux-4.1.27/tools/firewire/
Dnosy-dump.c731 int high_width, low_width; in decode_link_packet() local
736 low_width = f->width - high_width; in decode_link_packet()
739 bits = (bits << low_width) | in decode_link_packet()
740 get_bits(packet, offset + high_width, low_width); in decode_link_packet()