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