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