Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c133 DPRINTFN(5, "dwTrb3 = 0x%08x\n", le32toh(trb->dwTrb3)); in xhci_dump_trb()
814 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_activate_transfer()
816 td->td_trb[0].dwTrb3 |= htole32(XHCI_TRB_3_CYCLE_BIT); in xhci_activate_transfer()
836 if (!(td->td_trb[0].dwTrb3 & htole32(XHCI_TRB_3_CYCLE_BIT))) { in xhci_skip_transfer()
845 td->td_trb[0].dwTrb3 = td_last->td_trb[td_last->ntrb].dwTrb3; in xhci_skip_transfer()
877 temp = le32toh(trb->dwTrb3); in xhci_check_transfer()
1029 sc->sc_cmd_result[1] = trb->dwTrb3; in xhci_check_command()
1063 temp = le32toh(phwr->hwr_events[i].dwTrb3); in xhci_interrupt_poll()
1075 (long)le32toh(phwr->hwr_events[i].dwTrb3)); in xhci_interrupt_poll()
1152 i, XHCI_TRB_3_TYPE_GET(le32toh(trb->dwTrb3)), in xhci_do_command()
[all …]
Dxhci.h220 volatile uint32_t dwTrb3; member