Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h923 TRB_TR_NOOP, /* 8 */ enumerator
985 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1377 #define TRB_TR_NOOP 8 macro
1451 case TRB_TR_NOOP: in xhci_trb_type_string()
1513 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
2392 case TRB_TR_NOOP: in xhci_decode_trb()
H A Dxhci-dbgcap.c169 trb->generic.field[3] |= cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)); in xhci_dbc_flush_single_request()
H A Dxhci-ring.c732 trb_to_noop(trb, TRB_TR_NOOP); in td_to_noop()