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