Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c786 Set_ITD_INDEX(itd, 0, EHCI_ITD_UNUSED_INDEX); in ehci_allocate_itds_for_itw()
787 Set_ITD_INDEX(itd, 1, EHCI_ITD_UNUSED_INDEX); in ehci_allocate_itds_for_itw()
788 Set_ITD_INDEX(itd, 2, EHCI_ITD_UNUSED_INDEX); in ehci_allocate_itds_for_itw()
789 Set_ITD_INDEX(itd, 3, EHCI_ITD_UNUSED_INDEX); in ehci_allocate_itds_for_itw()
790 Set_ITD_INDEX(itd, 4, EHCI_ITD_UNUSED_INDEX); in ehci_allocate_itds_for_itw()
791 Set_ITD_INDEX(itd, 5, EHCI_ITD_UNUSED_INDEX); in ehci_allocate_itds_for_itw()
792 Set_ITD_INDEX(itd, 6, EHCI_ITD_UNUSED_INDEX); in ehci_allocate_itds_for_itw()
793 Set_ITD_INDEX(itd, 7, EHCI_ITD_UNUSED_INDEX); in ehci_allocate_itds_for_itw()
H A Dehci_isoch.c640 Set_ITD_INDEX(new_itd, xactcount, index++); in ehci_insert_itd_req()
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h904 #define Set_ITD_INDEX(ptr, pos, val) ddi_put32( \ macro