Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c1027 usb_frame_number_t current_frame_number, start_frame_number; in ehci_insert_isoc_to_pfl() local
1059 start_frame_number = pp->pp_next_frame_number; in ehci_insert_isoc_to_pfl()
1079 start_frame_number = isoc_reqp->isoc_frame_no; in ehci_insert_isoc_to_pfl()
1091 start_frame_number = pp->pp_next_frame_number; in ehci_insert_isoc_to_pfl()
1098 start_frame_number = in ehci_insert_isoc_to_pfl()
1103 isoc_reqp->isoc_frame_no = start_frame_number; in ehci_insert_isoc_to_pfl()
1127 pfl_number = start_frame_number % EHCI_NUM_PERIODIC_FRAME_LISTS; in ehci_insert_isoc_to_pfl()
1141 Set_ITD_FRAME(itd->itd_frame_number, start_frame_number); in ehci_insert_isoc_to_pfl()
1149 start_frame_number++; in ehci_insert_isoc_to_pfl()
1159 (unsigned long long)start_frame_number, itw->itw_num_itds); in ehci_insert_isoc_to_pfl()
[all …]
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6263 usb_frame_number_t current_frame_number, start_frame_number; in ohci_insert_td_with_frame_number() local
6291 start_frame_number = pp->pp_next_frame_number; in ohci_insert_td_with_frame_number()
6311 start_frame_number = isoc_reqp->isoc_frame_no; in ohci_insert_td_with_frame_number()
6323 start_frame_number = pp->pp_next_frame_number; in ohci_insert_td_with_frame_number()
6330 start_frame_number = in ohci_insert_td_with_frame_number()
6335 isoc_reqp->isoc_frame_no = start_frame_number; in ohci_insert_td_with_frame_number()
6354 Set_TD(current_td->hctd_ctrl, ctrl | (start_frame_number & HC_ITD_SF)); in ohci_insert_td_with_frame_number()
6369 (unsigned long long)start_frame_number); in ohci_insert_td_with_frame_number()
6375 pp->pp_next_frame_number = start_frame_number + isoc_pkts; in ohci_insert_td_with_frame_number()