Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/cdns3/
Dcdnsp-debug.h255 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb()
289 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb()
Dcdns3-gadget.c1018 TRB_STREAM_ID(priv_req->request.stream_id) | TRB_ISP; in cdns3_ep_run_stream_transfer()
1236 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1240 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1249 trb->control |= cpu_to_le32(TRB_ISP); in cdns3_ep_run_transfer()
1271 trb->control |= cpu_to_le32(TRB_IOC | TRB_ISP); in cdns3_ep_run_transfer()
Dcdnsp-ring.c1963 field |= TRB_ISP; in cdnsp_queue_bulk_tx()
2030 field = TRB_ISP | TRB_TYPE(TRB_DATA) | TRB_IOC; in cdnsp_queue_ctrl_tx()
2249 field |= TRB_ISP; in cdnsp_queue_isoc_tx()
Dcdns3-trace.h417 __entry->control & TRB_ISP ? "ISP, " : "",
Dcdns3-gadget.h1054 #define TRB_ISP BIT(2) macro
Dcdnsp-gadget.h1018 #define TRB_ISP BIT(2) macro
/Linux-v6.1/drivers/usb/host/
Dxhci.h1316 #define TRB_ISP (1<<2) macro
2329 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
2358 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
Dxhci-ring.c3621 field |= TRB_ISP; in xhci_queue_bulk_tx()
3752 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
4066 field |= TRB_ISP; in xhci_queue_isoc_tx()