Searched refs:OHCI_TD_GET_DI (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/usb/controller/ | ||
| D | ohci.h | 116 #define OHCI_TD_GET_DI(x) (((x) >> 21) & 7) /* Delay Interrupt */ macro |
| D | ohci.c | 555 OHCI_TD_GET_DI(td_flags), in ohci_dump_td() |