Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h247 #define EHCI_QH_SPEED_HIGH 0x2 macro
Dehci.c336 htohc32(sc, EHCI_QH_SET_EPS(EHCI_QH_SPEED_HIGH)); in ehci_init()
464 htohc32(sc, EHCI_QH_SET_EPS(EHCI_QH_SPEED_HIGH) | EHCI_QH_HRECL); in ehci_init()
1899 qh_endp |= EHCI_QH_SET_EPS(EHCI_QH_SPEED_HIGH); in ehci_setup_standard_chain()