Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dhcd.h148 u8 xact_pos; member
Dhcd.c600 chan->xact_pos = qtd->isoc_split_pos; in dwc2_hc_init_split()
697 if (chan->xact_pos == DWC2_HCSPLT_XACTPOS_ALL) { in dwc2_hc_init_xfer()
699 chan->xact_pos = DWC2_HCSPLT_XACTPOS_ALL; in dwc2_hc_init_xfer()
701 chan->xact_pos = DWC2_HCSPLT_XACTPOS_BEGIN; in dwc2_hc_init_xfer()
1927 dev_dbg(hsotg->dev, " xact_pos: %d\n", chan->xact_pos); in dwc2_hcd_dump_state()
Dcore.c987 hcsplt |= chan->xact_pos << HCSPLT_XACTPOS_SHIFT & in dwc2_hc_init()
997 chan->xact_pos); in dwc2_hc_init()
Dhcd_intr.c1278 switch (chan->xact_pos) { in dwc2_hc_ack_intr()