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