Searched refs:EHCI_QTD_GET_IOC (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ | ||
H A D | ehci.h | 194 #define EHCI_QTD_GET_IOC(x) (((x) >> 15) & 0x1) macro |
H A D | ehci.c | 717 EHCI_QTD_GET_IOC(s), EHCI_QTD_GET_C_PAGE(s)); in ehci_dump_qtd() |