Searched refs:get_bits (Results 1 – 1 of 1) sorted by relevance
/tools/firewire/ |
D | nosy-dump.c | 644 get_bits(struct link_packet *packet, int offset, int width) in get_bits() function 710 bits = get_bits(packet, offset, f->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() 729 bits = get_bits(packet, offset, f->width); in decode_link_packet()
|