Searched refs:low_width (Results 1 – 1 of 1) sorted by relevance
731 int high_width, low_width; in decode_link_packet() local736 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()