Home
last modified time | relevance | path

Searched refs:dwTrb2 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/usb/controller/
HDxhci.c171 DPRINTFN(5, "dwTrb2 = 0x%08x\n", le32toh(trb->dwTrb2)); in xhci_dump_trb()
850 td->td_trb[0].dwTrb2 = td_last->td_trb[td_last->ntrb].dwTrb2; in xhci_skip_transfer()
880 temp = le32toh(trb->dwTrb2); in xhci_check_transfer()
952 temp = le32toh(td->td_trb[i].dwTrb2); in xhci_check_transfer()
1034 sc->sc_cmd_result[0] = trb->dwTrb2; in xhci_check_command()
1081 (long)le32toh(phwr->hwr_events[i].dwTrb2), in xhci_interrupt_poll()
1161 (long)le32toh(trb->dwTrb2), in xhci_do_command()
1165 phwr->hwr_commands[i].dwTrb2 = trb->dwTrb2; in xhci_do_command()
1255 trb->dwTrb2 = 0; in xhci_do_command()
1262 trb->dwTrb2 = sc->sc_cmd_result[0]; in xhci_do_command()
[all …]
HDxhci.h197 volatile uint32_t dwTrb2; member