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

/freebsd-10.1-release/sys/dev/usb/controller/
H A Dxhci.c171 DPRINTFN(5, "dwTrb2 = 0x%08x\n", le32toh(trb->dwTrb2));
843 td->td_trb[0].dwTrb2 = td_last->td_trb[td_last->ntrb].dwTrb2;
873 temp = le32toh(trb->dwTrb2);
945 temp = le32toh(td->td_trb[i].dwTrb2);
1027 sc->sc_cmd_result[0] = trb->dwTrb2;
1074 (long)le32toh(phwr->hwr_events[i].dwTrb2),
1154 (long)le32toh(trb->dwTrb2),
1158 phwr->hwr_commands[i].dwTrb2
[all...]
H A Dxhci.h197 volatile uint32_t dwTrb2; member in struct:xhci_trb

Completed in 110 milliseconds