Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h96 case TRB_TR_NOOP: in cdnsp_trb_type_string()
275 case TRB_TR_NOOP: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1086 #define TRB_TR_NOOP 8 macro
1141 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()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h922 TRB_TR_NOOP, /* 8 */ enumerator
984 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1127 #define TRB_TR_NOOP 8 macro
1201 case TRB_TR_NOOP: in xhci_trb_type_string()
1263 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
2117 case TRB_TR_NOOP: in xhci_decode_trb()
H A Dxhci-dbgcap.c167 trb->generic.field[3] |= cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)); in trb_to_noop()
H A Dxhci-ring.c770 trb_to_noop(trb, TRB_TR_NOOP); in td_to_noop()
3880 field = TRB_TYPE(TRB_TR_NOOP) | ep_ring->cycle_state; in xhci_queue_ctrl_tx()