Searched refs:dwc2_desclist_idx_inc (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/usb/dwc2/ |
H A D | dwc2_hcdddma.c | 66 STATIC u16 dwc2_desclist_idx_inc(u16 idx, u16 inc, u8 speed) in dwc2_desclist_idx_inc() function 602 next_idx = dwc2_desclist_idx_inc(qh->td_last, inc, qh->dev_speed); in dwc2_init_isoc_dma_desc() 615 qh->td_last = dwc2_desclist_idx_inc(cur_idx, inc, in dwc2_init_isoc_dma_desc() 642 idx = dwc2_desclist_idx_inc(idx, inc, qh->dev_speed); in dwc2_init_isoc_dma_desc() 1039 idx = dwc2_desclist_idx_inc(idx, qh->host_interval, in dwc2_complete_isoc_xfer_ddma()
|