Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dehcireg.h371 #define EHCI_QH_HRECL __BIT(15) /* head of reclamation */ macro
372 #define EHCI_QH_GET_HRECL(x) __SHIFTOUT((x), EHCI_QH_HRECL)
Dehci.c649 htole32(EHCI_QH_SET_EPS(EHCI_QH_SPEED_HIGH) | EHCI_QH_HRECL); in ehci_init()