Home
last modified time | relevance | path

Searched refs:TRB_NORMAL (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-debug.h152 case TRB_NORMAL: in cdns2_trb_type_string()
178 case TRB_NORMAL: in cdns2_decode_trb()
H A Dcdns2-ep0.c53 TRB_TYPE(TRB_NORMAL)); in cdns2_ep0_enqueue()
57 TRB_TYPE(TRB_NORMAL)); in cdns2_ep0_enqueue()
60 TRB_TYPE(TRB_NORMAL)); in cdns2_ep0_enqueue()
H A Dcdns2-gadget.h464 #define TRB_NORMAL 1 macro
H A Dcdns2-gadget.c556 control = TRB_TYPE(TRB_NORMAL); in cdns2_ep_tx_isoc()
638 control = TRB_TYPE(TRB_NORMAL) | ring->pcs | TRB_ISP; in cdns2_ep_tx_bulk()
738 trb->control = cpu_to_le32((hw_ccs ? TRB_CYCLE : 0) | TRB_TYPE(TRB_NORMAL)); in cdns2_prepare_first_isoc_transfer()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-ep0.c45 priv_ep->trb_pool[0].control = cpu_to_le32(TRB_CYCLE | TRB_TYPE(TRB_NORMAL)); in cdns3_ep0_run_transfer()
49 TRB_TYPE(TRB_NORMAL)); in cdns3_ep0_run_transfer()
52 TRB_TYPE(TRB_NORMAL)); in cdns3_ep0_run_transfer()
H A Dcdnsp-debug.h82 case TRB_NORMAL: in cdnsp_trb_type_string()
272 case TRB_NORMAL: in cdnsp_decode_trb()
H A Dcdnsp-ring.c1938 field = TRB_TYPE(TRB_NORMAL); in cdnsp_queue_bulk_tx()
2093 field = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in cdnsp_queue_ctrl_tx()
2315 field = TRB_TYPE(TRB_NORMAL) | ep_ring->cycle_state; in cdnsp_queue_isoc_tx()
H A Dcdns3-trace.h417 TRB_FIELD_TO_TYPE(__entry->control) == TRB_NORMAL ? "Normal" : "LINK",
H A Dcdns3-gadget.h1027 #define TRB_NORMAL 1 macro
H A Dcdnsp-gadget.h1073 #define TRB_NORMAL 1 macro
H A Dcdns3-gadget.c1023 control = TRB_TYPE(TRB_NORMAL) | TRB_CYCLE | in cdns3_ep_run_stream_transfer()
1237 control |= TRB_TYPE(TRB_NORMAL); in cdns3_ep_run_transfer()
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c2390 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2401 case TRB_NORMAL: in process_ctrl_td()
2423 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2439 trb_type == TRB_NORMAL) { in process_ctrl_td()
3748 field = TRB_TYPE(TRB_NORMAL); in xhci_queue_bulk_tx()
3836 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx()
4250 field = TRB_TYPE(TRB_NORMAL) | in xhci_queue_isoc_tx()
H A Dxhci.h1114 #define TRB_NORMAL 1 macro
1187 case TRB_NORMAL: in xhci_trb_type_string()
2114 case TRB_NORMAL: in xhci_decode_trb()
H A Dxhci-dbgcap.c266 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xhci_dbc_queue_bulk_tx()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h908 TRB_NORMAL = 1, enumerator
H A Dxhci-ring.c699 trb_fields[3] = field | (TRB_NORMAL << TRB_TYPE_SHIFT); in xhci_bulk_tx()
/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.c490 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xdbc_bulk_transfer()