Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c131 DPRINTFN(5, "qwTrb0 = 0x%016llx\n", (long long)le64toh(trb->qwTrb0)); in xhci_dump_trb()
295 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_reset_command_queue_locked()
432 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_start_controller()
841 td->td_trb[0].qwTrb0 = td_last->td_trb[td_last->ntrb].qwTrb0; in xhci_skip_transfer()
871 td_event = le64toh(trb->qwTrb0); in xhci_check_transfer()
1026 if (sc->sc_cmd_addr == trb->qwTrb0) { in xhci_check_command()
1073 i, event, (long long)le64toh(phwr->hwr_events[i].qwTrb0), in xhci_interrupt_poll()
1153 (long long)le64toh(trb->qwTrb0), in xhci_do_command()
1157 phwr->hwr_commands[i].qwTrb0 = trb->qwTrb0; in xhci_do_command()
1276 trb.qwTrb0 = 0; in xhci_cmd_enable_slot()
[all …]
Dxhci.h203 volatile uint64_t qwTrb0; member