Searched refs:OFFSET_b (Results 1 – 1 of 1) sorted by relevance
37 #define OFFSET_b 1 /* size 8 */ macro425 0x12, 0xc0, 0x0b, 0x00, buf + OFFSET_b, SIZE_b, in speedtch_read_status()532 down_speed = buf[OFFSET_b] | (buf[OFFSET_b + 1] << 8) in speedtch_check_status()533 | (buf[OFFSET_b + 2] << 16) | (buf[OFFSET_b + 3] << 24); in speedtch_check_status()534 up_speed = buf[OFFSET_b + 4] | (buf[OFFSET_b + 5] << 8) in speedtch_check_status()535 | (buf[OFFSET_b + 6] << 16) | (buf[OFFSET_b + 7] << 24); in speedtch_check_status()