Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h366 #define EHCI_QH_CTRL_ED_LOW_SPEED 0x00001000 /* LowSpeed endpoint */ macro
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c429 ctrl |= EHCI_QH_CTRL_ED_LOW_SPEED; in ehci_unpack_endpoint()