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.h1099 #define TRB_TR_NOOP 8 macro
1152 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
H A Dcdnsp-ring.c513 cdnsp_trb_to_noop(trb, TRB_TR_NOOP); in cdnsp_td_to_noop()
2025 field = TRB_TYPE(TRB_TR_NOOP) | TRB_IOC; in cdnsp_queue_bulk_tx()
/linux/drivers/usb/host/
H A Dxhci.h1113 #define TRB_TR_NOOP 8 macro
1187 case TRB_TR_NOOP: in xhci_trb_type_string()
1249 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
2123 case TRB_TR_NOOP: in xhci_decode_trb()
H A Dxhci-dbgcap.c206 trb->generic.field[3] |= cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)); in trb_to_noop()
H A Dxhci-ring.c812 trb_to_noop(trb, TRB_TR_NOOP, unchain_links); in td_to_noop()
3802 field = TRB_TYPE(TRB_TR_NOOP) | ep_ring->cycle_state; in xhci_queue_ctrl_tx()