Home
last modified time | relevance | path

Searched refs:OHCI_ITD_GET_DI (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dohci.h149 #define OHCI_ITD_GET_DI(x) (((x) >> 21) & 7) /* Delay Interrupt */ macro
H A Dohci.c583 OHCI_ITD_GET_DI(itd_flags), in ohci_dump_itd()