Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDxhci.c170 DPRINTFN(5, "qwTrb0 = 0x%016llx\n", (long long)le64toh(trb->qwTrb0)); in xhci_dump_trb()
334 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_reset_command_queue_locked()
462 phwr->hwr_commands[XHCI_MAX_COMMANDS - 1].qwTrb0 = htole64(addr); in xhci_start_controller()
849 td->td_trb[0].qwTrb0 = td_last->td_trb[td_last->ntrb].qwTrb0; in xhci_skip_transfer()
879 td_event = le64toh(trb->qwTrb0); in xhci_check_transfer()
1032 if (sc->sc_cmd_addr == trb->qwTrb0) { in xhci_check_command()
1080 i, event, (long long)le64toh(phwr->hwr_events[i].qwTrb0), in xhci_interrupt_poll()
1160 (long long)le64toh(trb->qwTrb0), in xhci_do_command()
1164 phwr->hwr_commands[i].qwTrb0 = trb->qwTrb0; in xhci_do_command()
1280 trb.qwTrb0 = 0;
[all …]
HDxhci.h194 volatile uint64_t qwTrb0; member