Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h86 case TRB_DATA: in cdnsp_trb_type_string()
243 case TRB_DATA: in cdnsp_decode_trb()
H A Dcdnsp-gadget.h1077 #define TRB_DATA 3 macro
H A Dcdnsp-ring.c1014 if (trb_type == TRB_DATA) { in cdnsp_process_ctrl_td()
2072 field = TRB_TYPE(TRB_DATA); in cdnsp_queue_ctrl_tx()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c862 field = TRB_ISP | (TRB_DATA << TRB_TYPE_SHIFT); in xhci_ctrl_tx()
864 field = (TRB_DATA << TRB_TYPE_SHIFT); in xhci_ctrl_tx()
H A Dxhci.h912 TRB_DATA, /* 3 */ enumerator
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c2380 (trb_type == TRB_DATA) ? "data" : "setup"); in process_ctrl_td()
2390 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2400 case TRB_DATA: in process_ctrl_td()
2423 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2438 if (trb_type == TRB_DATA || in process_ctrl_td()
3941 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
3943 field = TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
H A Dxhci.h1118 #define TRB_DATA 3 macro
1191 case TRB_DATA: in xhci_trb_type_string()
2089 case TRB_DATA: in xhci_decode_trb()