Home | Sort by: relevance | last modified time | path |
/src/sys/dev/usb/ | |
xhcivar.h | 48 uint32_t trb_3; member in struct:xhci_soft_trb |
xhci.c | 548 xx->xx_trb[idx].trb_3 = control; 557 trb->trb_3 = htole32(control); 1917 trb.trb_3 = XHCI_TRB_3_SLOT_SET(xs->xs_idx) | 1960 trb.trb_3 = XHCI_TRB_3_SLOT_SET(xs->xs_idx) | 1989 trb.trb_3 = XHCI_TRB_3_SLOT_SET(xs->xs_idx) | 2042 trb.trb_3 = XHCI_TRB_3_SLOT_SET(xs->xs_idx) | 2208 trb.trb_3 = XHCI_TRB_3_SLOT_SET(xs->xs_idx) | 2419 uint32_t trb_2, trb_3; local in function:xhci_event_transfer 2432 trb_3 = le32toh(trb->trb_3); 2600 uint32_t trb_2, trb_3; local in function:xhci_event_cmd 2638 uint32_t trb_2, trb_3; local in function:xhci_handle_event [all...] |
xhcireg.h | 423 uint32_t trb_3; member in struct:xhci_trb |