Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dehci.h244 #define EHCI_QH_GET_HRECL(x) (((x) >> 15) & 0x01) /* head of reclamation */ macro
H A Dehci.c812 EHCI_QH_GET_DTC(endp), EHCI_QH_GET_HRECL(endp)); in ehci_dump_sqh()