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

/netbsd-current/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.h98 * @xact_pos: Split transaction position. One of the following values:
152 u8 xact_pos; member in struct:dwc2_host_chan
H A Ddwc2_hcd.c592 chan->xact_pos = qtd->isoc_split_pos;
706 if (chan->xact_pos == DWC2_HCSPLT_XACTPOS_ALL) {
708 chan->xact_pos = DWC2_HCSPLT_XACTPOS_ALL;
710 chan->xact_pos = DWC2_HCSPLT_XACTPOS_BEGIN;
2001 dev_dbg(hsotg->dev, " xact_pos: %d\n", chan->xact_pos);
H A Ddwc2_hcdintr.c1385 switch (chan->xact_pos) {
H A Ddwc2_core.c1490 hcsplt |= chan->xact_pos << HCSPLT_XACTPOS_SHIFT &
1500 chan->xact_pos);

Completed in 127 milliseconds