Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h366 #define EHCI_QH_CTRL_ED_FULL_SPEED 0x00000000 /* FullSpeed endpoint */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c432 ctrl |= EHCI_QH_CTRL_ED_FULL_SPEED; in ehci_unpack_endpoint()