Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/dwc2/
Dhcd.h122 u8 xact_pos; member
Dhcd.c711 hcsplt |= chan->xact_pos << HCSPLT_XACTPOS_SHIFT & in dwc2_hc_init()
721 chan->xact_pos); in dwc2_hc_init()
2312 chan->xact_pos = qtd->isoc_split_pos; in dwc2_hc_init_split()
2399 if (chan->xact_pos == DWC2_HCSPLT_XACTPOS_ALL) { in dwc2_hc_init_xfer()
2401 chan->xact_pos = DWC2_HCSPLT_XACTPOS_ALL; in dwc2_hc_init_xfer()
2403 chan->xact_pos = DWC2_HCSPLT_XACTPOS_BEGIN; in dwc2_hc_init_xfer()
3900 dev_dbg(hsotg->dev, " xact_pos: %d\n", chan->xact_pos); in dwc2_hcd_dump_state()
Dhcd_intr.c1304 switch (chan->xact_pos) { in dwc2_hc_ack_intr()