Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_hcd.c592 chan->xact_pos = qtd->isoc_split_pos; in dwc2_hc_init_split()
706 if (chan->xact_pos == DWC2_HCSPLT_XACTPOS_ALL) { in dwc2_hc_init_xfer()
708 chan->xact_pos = DWC2_HCSPLT_XACTPOS_ALL; in dwc2_hc_init_xfer()
710 chan->xact_pos = DWC2_HCSPLT_XACTPOS_BEGIN; in dwc2_hc_init_xfer()
2001 dev_dbg(hsotg->dev, " xact_pos: %d\n", chan->xact_pos); in dwc2_hcd_dump_state()
Ddwc2_hcd.h152 u8 xact_pos; member
Ddwc2_core.c1490 hcsplt |= chan->xact_pos << HCSPLT_XACTPOS_SHIFT & in dwc2_hc_init()
1500 chan->xact_pos); in dwc2_hc_init()
Ddwc2_hcdintr.c1391 switch (chan->xact_pos) { in dwc2_hc_ack_intr()