Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dgeneric.c344 int high_width; in print_mtrr_state() local
364 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()
/linux-4.1.27/tools/firewire/
Dnosy-dump.c731 int high_width, low_width; in decode_link_packet() local
735 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()