Searched refs:MaxPacketSize (Results 1 – 4 of 4) sorted by relevance
1421 ushort_t MaxPacketSize; in uhci_handle_ctrl_td() local1527 MaxPacketSize = eptd->wMaxPacketSize; in uhci_handle_ctrl_td()1535 if (MaxPacketSize == 0) { in uhci_handle_ctrl_td()1538 xx = (tw->tw_length > MaxPacketSize) ? in uhci_handle_ctrl_td()1539 MaxPacketSize : tw->tw_length; in uhci_handle_ctrl_td()1575 MaxPacketSize = eptd->wMaxPacketSize; in uhci_handle_ctrl_td()1617 MaxPacketSize) ? MaxPacketSize : in uhci_handle_ctrl_td()
1254 ushort_t MaxPacketSize = endpoint->wMaxPacketSize; in uhci_compute_total_bandwidth() local1260 MaxPacketSize = (ushort_t)((MaxPacketSize * 7) / 6); in uhci_compute_total_bandwidth()1267 (LOW_SPEED_CLOCK * MaxPacketSize)); in uhci_compute_total_bandwidth()1270 bandwidth += MaxPacketSize; in uhci_compute_total_bandwidth()3267 ushort_t MaxPacketSize; in uhci_handle_bulk_td() local3347 MaxPacketSize = pp->pp_pipe_handle->p_ep.wMaxPacketSize; in uhci_handle_bulk_td()3348 length = MaxPacketSize; in uhci_handle_bulk_td()3369 if ((tw->tw_bytes_pending / MaxPacketSize) >= in uhci_handle_bulk_td()3374 (tw->tw_bytes_pending / MaxPacketSize); in uhci_handle_bulk_td()3375 if (tw->tw_bytes_pending % MaxPacketSize) { in uhci_handle_bulk_td()[all …]
155 Protocol overhead + ((MaxPacketSize * 7) / 6 ) + Host_Delay160 (Low-Speed clock * ((MaxPacketSize * 7) / 6 )) + Host_Delay282 (Protocol overhead + ((MaxPacketSize * 7) / 6 ) +293 Protocol overhead + ((MaxPacketSize * 7) / 6 ) +300 Protocol overhead + ((MaxPacketSize * 7) / 6 ) +
1237 uint32_t MaxPacketSize; member