Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/cdns3/
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()
Dcdnsp-debug.h82 case TRB_NORMAL: in cdnsp_trb_type_string()
272 case TRB_NORMAL: in cdnsp_decode_trb()
Dcdns3-trace.h421 TRB_FIELD_TO_TYPE(__entry->control) == TRB_NORMAL ? "Normal" : "LINK",
Dcdns3-gadget.h1027 #define TRB_NORMAL 1 macro
Dcdnsp-gadget.h1070 #define TRB_NORMAL 1 macro
Dcdnsp-ring.c1914 field = TRB_TYPE(TRB_NORMAL); in cdnsp_queue_bulk_tx()
2241 field = TRB_TYPE(TRB_NORMAL) | ep_ring->cycle_state; in cdnsp_queue_isoc_tx()
Dcdns3-gadget.c1017 control = TRB_TYPE(TRB_NORMAL) | TRB_CYCLE | in cdns3_ep_run_stream_transfer()
1211 control |= TRB_TYPE(TRB_NORMAL); in cdns3_ep_run_transfer()
/Linux-v6.1/drivers/usb/host/
Dxhci-ring.c2267 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2278 case TRB_NORMAL: in process_ctrl_td()
2300 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2316 trb_type == TRB_NORMAL) { in process_ctrl_td()
3573 field = TRB_TYPE(TRB_NORMAL); in xhci_queue_bulk_tx()
3661 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx()
4061 field = TRB_TYPE(TRB_NORMAL) | in xhci_queue_isoc_tx()
Dxhci.h1362 #define TRB_NORMAL 1 macro
1435 case TRB_NORMAL: in xhci_trb_type_string()
2344 case TRB_NORMAL: in xhci_decode_trb()
Dxhci-dbgcap.c264 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xhci_dbc_queue_bulk_tx()
/Linux-v6.1/drivers/usb/early/
Dxhci-dbc.c490 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xdbc_bulk_transfer()