Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h84 case TRB_SETUP: in cdnsp_trb_type_string()
221 case TRB_SETUP: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1075 #define TRB_SETUP 2 macro
H A Dcdnsp-ring.c1482 case TRB_TYPE(TRB_SETUP): in cdnsp_handle_event()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1116 #define TRB_SETUP 2 macro
1189 case TRB_SETUP: in xhci_trb_type_string()
2071 case TRB_SETUP: in xhci_decode_trb()
H A Dxhci-ring.c2397 case TRB_SETUP: in process_ctrl_td()
2431 if (trb_type == TRB_SETUP) in process_ctrl_td()
3917 field |= TRB_IDT | TRB_TYPE(TRB_SETUP); in xhci_queue_ctrl_tx()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h910 TRB_SETUP, /* 2 */ enumerator
H A Dxhci-ring.c825 field |= TRB_IDT | (TRB_SETUP << TRB_TYPE_SHIFT); in xhci_ctrl_tx()