Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h96 case TRB_TR_NOOP: in cdnsp_trb_type_string()
273 case TRB_TR_NOOP: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1086 #define TRB_TR_NOOP 8 macro
1139 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
H A Dcdnsp-ring.c512 cdnsp_trb_to_noop(trb, TRB_TR_NOOP); in cdnsp_td_to_noop()
2022 field = TRB_TYPE(TRB_TR_NOOP) | TRB_IOC; in cdnsp_queue_bulk_tx()
/linux/drivers/usb/host/
H A Dxhci.h1097 #define TRB_TR_NOOP 8 macro
1171 case TRB_TR_NOOP: in xhci_trb_type_string()
1233 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
2075 case TRB_TR_NOOP: in xhci_decode_trb()
H A Dxhci-dbgcap.c182 trb->generic.field[3] |= cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)); in trb_to_noop()
H A Dxhci-ring.c750 trb_to_noop(trb, TRB_TR_NOOP); in td_to_noop()