Home
last modified time | relevance | path

Searched refs:TRB_TR_NOOP (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/host/
Dxhci.h1363 #define TRB_TR_NOOP 8 macro
1437 case TRB_TR_NOOP: in xhci_trb_type_string()
1499 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
2282 case TRB_TR_NOOP: in xhci_decode_trb()
Dxhci-dbgcap.c170 trb->generic.field[3] |= cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)); in xhci_dbc_flush_single_request()
Dxhci-ring.c613 trb_to_noop(trb, TRB_TR_NOOP); in td_to_noop()