Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c126 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_check_periodic_bandwidth()
1048 else if (!qh->do_split) in dwc2_uframe_schedule()
1122 if (qh->do_split) in dwc2_pick_first_frame()
1128 if (qh->dev_speed == USB_SPEED_HIGH || qh->do_split) { in dwc2_pick_first_frame()
1522 bool do_split = (prtspd == HPRT0_SPD_HIGH_SPEED && in dwc2_qh_init() local
1542 qh->do_split = do_split; in dwc2_qh_init()
1547 int host_speed = do_split ? USB_SPEED_HIGH : dev_speed; in dwc2_qh_init()
1560 if (do_split && dwc_tt) in dwc2_qh_init()
1566 qh->host_interval = urb->interval * (do_split ? 8 : 1); in dwc2_qh_init()
1576 if (do_split) { in dwc2_qh_init()
[all …]
H A Ddwc2_hcdintr.c471 } else if (chan->qh->do_split) { in dwc2_get_actual_xfer_length()
645 if (chan->qh->do_split && in dwc2_update_isoc_urb_state()
1040 if (chan->qh->do_split) { in dwc2_hc_xfercomp_intr()
1269 if (chan->do_split) { in dwc2_hc_nak_intr()
1347 if (chan->do_split) { in dwc2_hc_ack_intr()
1428 if (chan->do_split && chan->complete_split) { in dwc2_hc_nyet_intr()
1713 if (chan->do_split && chan->complete_split) in dwc2_hc_xacterr_intr()
H A Ddwc2_hcd.h150 u8 do_split; member
355 u8 do_split; member
H A Ddwc2_hcd.c573 if (chan->do_split) { in dwc2_hc_enable_slave_ints()
599 if (chan->do_split) { in dwc2_hc_enable_slave_ints()
649 if (chan->error_state && !chan->do_split && in dwc2_hc_enable_dma_ints()
759 if (chan->do_split) { in dwc2_hc_init()
838 if (!chan->do_split && in dwc2_hc_halt()
1052 !chan->do_split) ? chan->speed : USB_SPEED_HIGH; in dwc2_hc_set_even_odd_frame()
1276 if (chan->do_split) { in dwc2_hc_start_transfer()
1416 if (chan->do_split) { in dwc2_hc_start_transfer()
1573 if (chan->do_split) in dwc2_hc_continue_transfer()
2387 chan->do_split = 1; in dwc2_hc_init_split()
[all …]
H A Ddwc2_hcdddma.c357 if (qh->do_split) { in dwc2_hcd_qh_init_ddma()