Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dehcireg.h320 #define EHCI_QH_GET_INACT(x) (((x) >> 7) & 0x01) /* inactivate on next */ macro
H A Dehci.c1293 EHCI_QH_GET_ADDR(endp), EHCI_QH_GET_INACT(endp), in ehci_dump_sqh()