Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci.h1342 #define TRB_TR_NOOP 8 macro
1416 case TRB_TR_NOOP: in xhci_trb_type_string()
1478 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
2242 case TRB_TR_NOOP: in xhci_decode_trb()
Dxhci-dbgcap.c171 trb->generic.field[3] |= cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)); in xhci_dbc_flush_single_request()
Dxhci-ring.c606 trb_to_noop(trb, TRB_TR_NOOP); in td_to_noop()