Home
last modified time | relevance | path

Searched refs:EHCI_QH_CTRL_ED_HIGH_SPEED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h368 #define EHCI_QH_CTRL_ED_HIGH_SPEED 0x00002000 /* HighSpeed endpoint */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c435 ctrl |= EHCI_QH_CTRL_ED_HIGH_SPEED; in ehci_unpack_endpoint()
798 (eps != EHCI_QH_CTRL_ED_HIGH_SPEED)); in ehci_modify_qh_status_bit()
800 if (eps == EHCI_QH_CTRL_ED_HIGH_SPEED) { in ehci_modify_qh_status_bit()
976 wValue |= (Get_QH(qh->qh_ctrl) & EHCI_QH_CTRL_ED_HIGH_SPEED) >> in ehci_clear_tt_buffer()
H A Dehci_intr.c502 mask = (speed == EHCI_QH_CTRL_ED_HIGH_SPEED)? in ehci_check_for_error()