Searched refs:SITD_LENGTH (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/host/ | ||
| H A D | ehci.h | 565 #define SITD_LENGTH(x) (((x) >> 16) & 0x3ff) macro |
| H A D | ehci-sched.c | 2243 desc->actual_length = desc->length - SITD_LENGTH(t); in sitd_complete() |