Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhcd.h148 u8 xact_pos; member
Dhcd.c595 chan->xact_pos = qtd->isoc_split_pos; in dwc2_hc_init_split()
692 if (chan->xact_pos == DWC2_HCSPLT_XACTPOS_ALL) { in dwc2_hc_init_xfer()
694 chan->xact_pos = DWC2_HCSPLT_XACTPOS_ALL; in dwc2_hc_init_xfer()
696 chan->xact_pos = DWC2_HCSPLT_XACTPOS_BEGIN; in dwc2_hc_init_xfer()
1977 dev_dbg(hsotg->dev, " xact_pos: %d\n", chan->xact_pos); in dwc2_hcd_dump_state()
Dcore.c1355 hcsplt |= chan->xact_pos << HCSPLT_XACTPOS_SHIFT & in dwc2_hc_init()
1365 chan->xact_pos); in dwc2_hc_init()
Dhcd_intr.c1314 switch (chan->xact_pos) { in dwc2_hc_ack_intr()