Searched refs:EHCI_QH_GET_DTC (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/usb/ | ||
| D | ehcireg.h | 339 #define EHCI_QH_GET_DTC(x) (((x) >> 14) & 0x01) /* data toggle control */ macro |
| D | ehci.c | 1294 EHCI_QH_GET_DTC(endp), EHCI_QH_GET_HRECL(endp)); in ehci_dump_sqh() |