Home
last modified time | relevance | path

Searched refs:TRB_ISP (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/usb/cdns3/
Dgadget.c1032 TRB_STREAM_ID(priv_req->request.stream_id) | TRB_ISP; in cdns3_ep_run_stream_transfer()
1237 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1241 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1250 trb->control |= TRB_ISP; in cdns3_ep_run_transfer()
1272 trb->control |= cpu_to_le32(TRB_IOC | TRB_ISP); in cdns3_ep_run_transfer()
Dtrace.h420 __entry->control & TRB_ISP ? "ISP, " : "",
Dgadget.h1050 #define TRB_ISP BIT(2) macro
/Linux-v5.10/drivers/usb/host/
Dxhci.h1308 #define TRB_ISP (1<<2) macro
2282 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
2310 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
Dxhci-ring.c3413 field |= TRB_ISP; in xhci_queue_bulk_tx()
3541 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
3854 field |= TRB_ISP; in xhci_queue_isoc_tx()