Searched refs:high_width (Results 1 – 2 of 2) sorted by relevance
344 int high_width; in print_mtrr_state() local364 high_width = (__ffs64(size_or_mask) - (32 - PAGE_SHIFT) + 3) / 4; in print_mtrr_state()370 high_width, in print_mtrr_state()373 high_width, in print_mtrr_state()
731 int high_width, low_width; in decode_link_packet() local735 high_width = ((offset + 31) & ~31) - offset; in decode_link_packet()736 low_width = f->width - high_width; in decode_link_packet()738 bits = get_bits(packet, offset, high_width); in decode_link_packet()740 get_bits(packet, offset + high_width, low_width); in decode_link_packet()