Searched refs:OFFSET_b (Results 1 – 1 of 1) sorted by relevance
53 #define OFFSET_b 1 /* size 8 */ macro440 0x12, 0xc0, 0x0b, 0x00, buf + OFFSET_b, SIZE_b, in speedtch_read_status()547 down_speed = buf[OFFSET_b] | (buf[OFFSET_b + 1] << 8) in speedtch_check_status()548 | (buf[OFFSET_b + 2] << 16) | (buf[OFFSET_b + 3] << 24); in speedtch_check_status()549 up_speed = buf[OFFSET_b + 4] | (buf[OFFSET_b + 5] << 8) in speedtch_check_status()550 | (buf[OFFSET_b + 6] << 16) | (buf[OFFSET_b + 7] << 24); in speedtch_check_status()