Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.h151 u8 xact_pos; member
H A Dhcd.c746 hcsplt |= chan->xact_pos << HCSPLT_XACTPOS_SHIFT & in dwc2_hc_init()
756 chan->xact_pos); in dwc2_hc_init()
2351 chan->xact_pos = qtd->isoc_split_pos; in dwc2_hc_init_split()
2438 if (chan->xact_pos == DWC2_HCSPLT_XACTPOS_ALL) { in dwc2_hc_init_xfer()
2440 chan->xact_pos = DWC2_HCSPLT_XACTPOS_ALL; in dwc2_hc_init_xfer()
2442 chan->xact_pos = DWC2_HCSPLT_XACTPOS_BEGIN; in dwc2_hc_init_xfer()
3904 dev_dbg(hsotg->dev, " xact_pos: %d\n", chan->xact_pos); in dwc2_hcd_dump_state()
H A Dhcd_intr.c1337 switch (chan->xact_pos) { in dwc2_hc_ack_intr()