Home
last modified time | relevance | path

Searched refs:qh_ctrl (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1280 Set_QH(qh->qh_ctrl, in ehci_polled_stop_processing()
1281 Get_QH(qh->qh_ctrl) | EHCI_QH_CTRL_ED_INACTIVATE); in ehci_polled_stop_processing()
1295 Set_QH(qh->qh_ctrl, in ehci_polled_stop_processing()
1296 Get_QH(qh->qh_ctrl) & ~(EHCI_QH_CTRL_ED_INACTIVATE)); in ehci_polled_stop_processing()
2147 Set_QH(qh->qh_ctrl, in ehci_polled_insert_async_qh()
2148 (Get_QH(qh->qh_ctrl) | EHCI_QH_CTRL_RECLAIM_HEAD)); in ehci_polled_insert_async_qh()
2190 ASSERT(Get_QH(async_head_qh->qh_ctrl) & in ehci_polled_insert_async_qh()
2194 Set_QH(qh->qh_ctrl, in ehci_polled_insert_async_qh()
2195 (Get_QH(qh->qh_ctrl) & ~EHCI_QH_CTRL_RECLAIM_HEAD)); in ehci_polled_insert_async_qh()
2254 Set_QH(next_qh->qh_ctrl, in ehci_polled_remove_async_qh()
[all …]
H A Dehci_xfer.c359 Set_QH(qh->qh_ctrl, EHCI_QH_CTRL_ED_INACTIVATE); in ehci_alloc_qh()
520 Set_QH(qh->qh_ctrl, ctrl); in ehci_unpack_endpoint()
593 Set_QH(qh->qh_ctrl, in ehci_insert_async_qh()
594 (Get_QH(qh->qh_ctrl) | EHCI_QH_CTRL_RECLAIM_HEAD)); in ehci_insert_async_qh()
636 ASSERT(Get_QH(async_head_qh->qh_ctrl) & in ehci_insert_async_qh()
640 Set_QH(qh->qh_ctrl, in ehci_insert_async_qh()
774 Set_QH(qh->qh_ctrl, in ehci_modify_qh_status_bit()
796 eps = Get_QH(qh->qh_ctrl) & EHCI_QH_CTRL_ED_SPEED; in ehci_modify_qh_status_bit()
1056 Set_QH(qh->qh_ctrl, in ehci_halt_fls_intr_qh()
1196 Set_QH(next_qh->qh_ctrl, in ehci_remove_async_qh()
[all …]
H A Dehci_intr.c501 speed = Get_QH(pp->pp_qh->qh_ctrl) & EHCI_QH_CTRL_ED_SPEED; in ehci_check_for_error()
610 uint_t qh_ctrl = Get_QH(pp->pp_qh->qh_ctrl); in ehci_check_for_error() local
615 (qh_ctrl & EHCI_QH_CTRL_DEVICE_ADDRESS), in ehci_check_for_error()
616 ((qh_ctrl & EHCI_QH_CTRL_ED_NUMBER) >> in ehci_check_for_error()
H A Dehci_util.c1087 Set_QH(dummy_async_qh->qh_ctrl, in ehci_init_hardware()
1088 Get_QH(dummy_async_qh->qh_ctrl) | in ehci_init_hardware()
4388 "\tqh_ctrl: 0x%x ", Get_QH(qh->qh_ctrl)); in ehci_print_qh()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h323 uint32_t qh_ctrl; /* Generic control information */ member