Searched refs:OHCI_ITD_GET_DI (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ | ||
H A D | ohci.h | 149 #define OHCI_ITD_GET_DI(x) (((x) >> 21) & 7) /* Delay Interrupt */ macro |
H A D | ohci.c | 583 OHCI_ITD_GET_DI(itd_flags), in ohci_dump_itd() |