Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c710 uint32_t ctrl, uframe_sched, xfer_state; in ehci_insert_sitd_req() local
739 uframe_sched = 0; in ehci_insert_sitd_req()
740 uframe_sched |= (pp->pp_smask << EHCI_SITD_UFRAME_SMASK_SHIFT) & in ehci_insert_sitd_req()
742 uframe_sched |= (pp->pp_cmask << EHCI_SITD_UFRAME_CMASK_SHIFT) & in ehci_insert_sitd_req()
812 Set_ITD_BODY(new_sitd, EHCI_SITD_UFRAME_SCHED, uframe_sched); in ehci_insert_sitd_req()